Initial commit
This commit is contained in:
49
waybar/themes/[TOP] Nova
Executable file
49
waybar/themes/[TOP] Nova
Executable 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user