waybar module cleanup

This commit is contained in:
JaKooLit 2023-10-19 21:55:01 +09:00
parent 45b4393ea6
commit ca3e1f2825

View File

@ -38,6 +38,7 @@
"format-time": "{H}h {M}min", "format-time": "{H}h {M}min",
"tooltip": true, "tooltip": true,
"tooltip-format": "{timeTo} {power}w", "tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "$HOME/.config/hypr/scripts/WofiPower.sh", "on-click-right": "$HOME/.config/hypr/scripts/WofiPower.sh",
}, },
@ -58,7 +59,7 @@
"bars": 14, "bars": 14,
"lower_cutoff_freq": 50, "lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000, "higher_cutoff_freq": 10000,
"method": "pipewire", "method": "pulse",
"source": "auto", "source": "auto",
"stereo": true, "stereo": true,
"reverse": false, "reverse": false,
@ -74,7 +75,7 @@
}, },
"clock": { "clock": {
//"format": "{:%I:%M %p}", //"format": "{:%I:%M %p}",
"format": " {:%H:%M}", "format": " {:%H:%M}",
"format-alt": " {:%H:%M  %Y, %d %B, %A}", "format-alt": " {:%H:%M  %Y, %d %B, %A}",
"tooltip-format": "<tt><small>{calendar}</small></tt>", "tooltip-format": "<tt><small>{calendar}</small></tt>",
@ -83,7 +84,6 @@
"mode-mon-col" : 3, "mode-mon-col" : 3,
"weeks-pos" : "right", "weeks-pos" : "right",
"on-scroll" : 1, "on-scroll" : 1,
"on-click-right": "mode",
"format": { "format": {
"months": "<span color='#ffead3'><b>{}</b></span>", "months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><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":{ "custom/cycle_wall":{
"format":" ", "format":" ",
"on-click": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click": "~/.config/hypr/scripts/WallpaperSelect.sh",
@ -324,7 +299,6 @@
"custom/light_dark": { "custom/light_dark": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh", "on-click": "~/.config/hypr/scripts/DarkLight.sh",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"tooltip": false, "tooltip": false,
}, },
@ -340,7 +314,6 @@
"on-click": "$HOME/.config/hypr/scripts/Wofi.sh", "on-click": "$HOME/.config/hypr/scripts/Wofi.sh",
"on-click-right": "$HOME/.config/hypr/scripts/ChangeLayoutMenu.sh", "on-click-right": "$HOME/.config/hypr/scripts/ChangeLayoutMenu.sh",
"on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swaybg", "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swaybg",
}, },
"custom/power": { "custom/power": {