rounded windows and waybar edits

This commit is contained in:
2025-01-25 16:11:20 +00:00
parent cc74a71512
commit eb95c2a06b
313 changed files with 43580 additions and 52 deletions

View File

@@ -2,12 +2,26 @@
{
"layer": "top",
"height": 30,
"modules-left": ["hyprland/workspaces", "custom/lock", "custom/shutdown", "custom/reboot", "custom/temperature", "cpu", "memory"],
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
"modules-center": ["custom/time", "hyprland/window"],
"modules-right": ["custom/metar", "battery", "clock"],
"modules-right": ["custom/metar", "clock", "tray"],
"hyprland/workspaces": {
"disable-scroll": true,
"show-special": true,
"all-outputs": true,
"move-to-monitor": true,
"wrap-on-scroll": false,
"format": "{icon}{name}",
"format-active": "[{name}]",
"format-icons": {
"urgent": "!",
"active": "*",
"default": ""
}
},
"clock": {
"format": "{:%a, %d %b %Y %H:%M:%S}",
"inverval": 1
"interval": 1
},
"custom/temperature": {
"format": " {}",
@@ -36,6 +50,6 @@
"custom/reboot": {
"on-click": "reboot",
"format": "",
}
},
}
]