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",
"position": "top",
"spacing": 0,
"spacing": 4,
"height": 32,
"modules-left": [
"custom/logo",
"custom/spacer",
"image",
"custom/spacer",
"hyprland/workspaces",
"niri/workspaces"
],
@@ -17,7 +19,6 @@
"memory",
"custom/diskfree",
"clock",
"wireplumber",
"custom/power"
],
"wlr/taskbar": {
@@ -50,17 +51,7 @@
"disable-scroll": true,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{name}: {icon}",
"format-icons": {
"default": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
//"active": "󱓻",
//"urgent": "󱓻"
},
"format": "{icon}",
},
"persistent_workspaces": {
"1": [],
@@ -120,7 +111,15 @@
"custom/logo": {
"format": "  ",
"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": {
"format": "{capacity}% {icon}",