Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

49
waybar/themes/[TOP] Nova Executable file
View File

@@ -0,0 +1,49 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// Sleek
{
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "top",
"height": 12,
"margin-left": 10,
"margin-right": 10,
"margin-top": 2,
"modules-left": [
// "custom/weather",
// "custom/separator#blank",
"hyprland/window"
],
"modules-center": [
"hyprland/workspaces#roman"
],
"modules-right": [
// "tray",
// "custom/separator#blank",
"mpris",
"custom/separator#blank",
// "group/motherboard",
// "custom/separator#blank",
// "group/laptop",
// "custom/separator#blank",
// "group/audio",
// "custom/separator#blank",
"hyprland/language",
"custom/separator#blank",
"clock",
"custom/separator#blank",
"custom/power_vertical",
],
// Additional format / customize modules
"clock": {
//"format": "{:%I:%M %p - %d/%b}", //for AM/PM
"format": "{:%H:%M - %b %d}", // 24H
"tooltip": true
},
}