mainly xfce. And a lot of other things i dont remember

This commit is contained in:
2026-01-06 21:25:19 +01:00
parent 1cac4ca84d
commit 3beb78a829
48 changed files with 958 additions and 223 deletions

View File

@@ -3,9 +3,9 @@
"position": "top",
"height": 38,
"spacing": 0,
"modules-left": ["clock", "niri/workspaces", "hyprland/submap"],
"modules-left": ["clock", "niri/workspaces"],
"modules-center": [ ],
"modules-right": ["network", "battery", "cpu", "memory", "custom/keyboard-layout", "custom/notification", "pulseaudio", "tray"],
"modules-right": ["network", "battery", "cpu", "memory", "custom/notification", "pulseaudio", "tray"],
"custom/keyboard-layout": {
"interval": 1,
@@ -41,7 +41,22 @@
"network": {
"format-wifi": " {essid} {signalStrength}%",
"format-disconnected": " No Connection"
},
"battery": {
"format": "{capacity}% {icon}",
// "format-icons": [, ""]
"format-icons": {
"default": [ "", "", "" ],
"charging": [ "" ],
"warning": "",
"critical": ""
},
"states": {
"warning": 20,
"critical": 10
}
}
}