Modified waybar config

This commit is contained in:
lulusilly 2025-10-01 17:18:35 -04:00
parent 1a8c4f18b7
commit e1a6f935a7

View file

@ -15,7 +15,6 @@
"group/system"
],
"custom/openbracket": {
"format": "[",
"tooltip": false
@ -38,33 +37,11 @@
"custom/closebracket"
]
},
"custom/arch": {
"format": "󰣇",
"tooltip": false,
"on-click": "wofi --show drun"
},
"custom/powerprofile": {
"exec": "~/.config/waybar/scripts/powerprofile.sh display",
"on-click": "~/.config/waybar/scripts/powerprofile.sh toggle",
"interval": 5,
"tooltip": true,
"exec-tooltip": "~/.config/waybar/scripts/powerprofile.sh tooltip",
"tooltip-format": "Power Profile: {} \nClick to cycle: Efficient → Normal → Overclocked"
},
"custom/themeswitcher":{
"format": "",
"tooltip": true,
"tooltip-format": "Click to change theme",
"on-click": "~/.config/waybar/scripts/theme-switcher.sh next",
"on-click-right": "~/.config/scripts/theme-switcher.sh random"
},
"group/workspaces":{
"orientation": "horizontal",
"modules":[
"custom/openbracket",
"hyprland/workspaces",
"custom/closebracket"
]
},
"hyprland/workspaces": {
@ -75,12 +52,16 @@
"active-only": false,
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"1": "I",
"2": "II",
"3": "III",
"4": "IV",
"5": "V",
"6": "VI",
"7": "VII",
"8": "VIII",
"9": "IX",
"10": "X",
"default": "•"
}
},