Modified waybar config
This commit is contained in:
parent
1a8c4f18b7
commit
e1a6f935a7
1 changed files with 10 additions and 29 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
"group/system"
|
"group/system"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
"custom/openbracket": {
|
"custom/openbracket": {
|
||||||
"format": "[",
|
"format": "[",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
|
@ -38,33 +37,11 @@
|
||||||
"custom/closebracket"
|
"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":{
|
"group/workspaces":{
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules":[
|
"modules":[
|
||||||
"custom/openbracket",
|
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/closebracket"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
|
@ -75,12 +52,16 @@
|
||||||
"active-only": false,
|
"active-only": false,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "1",
|
"1": "I",
|
||||||
"2": "2",
|
"2": "II",
|
||||||
"3": "3",
|
"3": "III",
|
||||||
"4": "4",
|
"4": "IV",
|
||||||
"5": "5",
|
"5": "V",
|
||||||
"6": "6",
|
"6": "VI",
|
||||||
|
"7": "VII",
|
||||||
|
"8": "VIII",
|
||||||
|
"9": "IX",
|
||||||
|
"10": "X",
|
||||||
"default": "•"
|
"default": "•"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue