rounded windows and waybar edits
This commit is contained in:
@@ -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": "",
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user