This commit is contained in:
Derek Taylor
2026-01-15 18:57:48 -06:00
parent 7b83611896
commit d48190e99d

View File

@@ -1,10 +1,12 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"spacing": 0, "spacing": 4,
"height": 32, "height": 32,
"modules-left": [ "modules-left": [
"custom/logo", "custom/spacer",
"image",
"custom/spacer",
"hyprland/workspaces", "hyprland/workspaces",
"niri/workspaces" "niri/workspaces"
], ],
@@ -17,7 +19,6 @@
"memory", "memory",
"custom/diskfree", "custom/diskfree",
"clock", "clock",
"wireplumber",
"custom/power" "custom/power"
], ],
"wlr/taskbar": { "wlr/taskbar": {
@@ -50,17 +51,7 @@
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
"warp-on-scroll": false, "warp-on-scroll": false,
"format": "{name}: {icon}", "format": "{icon}",
"format-icons": {
"default": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
//"active": "󱓻",
//"urgent": "󱓻"
},
}, },
"persistent_workspaces": { "persistent_workspaces": {
"1": [], "1": [],
@@ -120,7 +111,15 @@
"custom/logo": { "custom/logo": {
"format": "  ", "format": "  ",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &" "on-click": "rofi -show drun"
},
"image": {
"path": "/home/dt/.config/qtile/icons/cachyos.svg",
"size": 26,
"on-click": "rofi -show drun"
},
"custom/spacer": {
"format": " " /* Two spaces ensures it has some width */
}, },
"battery": { "battery": {
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",