mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
waybar module cleanup
This commit is contained in:
parent
45b4393ea6
commit
ca3e1f2825
@ -38,6 +38,7 @@
|
||||
"format-time": "{H}h {M}min",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{timeTo} {power}w",
|
||||
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
|
||||
"on-click-right": "$HOME/.config/hypr/scripts/WofiPower.sh",
|
||||
},
|
||||
|
||||
@ -58,7 +59,7 @@
|
||||
"bars": 14,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"method": "pipewire",
|
||||
"method": "pulse",
|
||||
"source": "auto",
|
||||
"stereo": true,
|
||||
"reverse": false,
|
||||
@ -74,7 +75,7 @@
|
||||
},
|
||||
|
||||
"clock": {
|
||||
//"format": "{:%I:%M %p}",
|
||||
//"format": " {:%I:%M %p}",
|
||||
"format": " {:%H:%M}",
|
||||
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
@ -83,7 +84,6 @@
|
||||
"mode-mon-col" : 3,
|
||||
"weeks-pos" : "right",
|
||||
"on-scroll" : 1,
|
||||
"on-click-right": "mode",
|
||||
"format": {
|
||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
||||
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
||||
@ -281,31 +281,6 @@
|
||||
]
|
||||
},
|
||||
|
||||
"wlr/workspaces": {
|
||||
"format": "{name}",
|
||||
//"format": "{name}: {icon}",
|
||||
//"format": "{icon}",
|
||||
"on-click": "activate",
|
||||
"all-outputs": false,
|
||||
"sort-by-number": true,
|
||||
"format-icons": {
|
||||
"1": "main ",
|
||||
"2": "2 ",
|
||||
"3": "3 ",
|
||||
"4": "4 ",
|
||||
"5": "5 ",
|
||||
"6": "6 ",
|
||||
"7": "7 ",
|
||||
"8": "8 ",
|
||||
"9": "9 ",
|
||||
"10": " 10 ",
|
||||
"focused": "",
|
||||
"default": "",
|
||||
},
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
},
|
||||
|
||||
"custom/cycle_wall":{
|
||||
"format":" ",
|
||||
"on-click": "~/.config/hypr/scripts/WallpaperSelect.sh",
|
||||
@ -324,7 +299,6 @@
|
||||
"custom/light_dark": {
|
||||
"format": "",
|
||||
"on-click": "~/.config/hypr/scripts/DarkLight.sh",
|
||||
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
@ -340,7 +314,6 @@
|
||||
"on-click": "$HOME/.config/hypr/scripts/Wofi.sh",
|
||||
"on-click-right": "$HOME/.config/hypr/scripts/ChangeLayoutMenu.sh",
|
||||
"on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swaybg",
|
||||
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user