My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: added modular configs to waybar

legoraft 34b220e2 4230d30f

+30
+30
waybar/.config/waybar/modules/settings.jsonc
··· 1 + { 2 + "group/settings": { 3 + "orientation": "inherit", 4 + "drawer": { 5 + "transition-duration": 300, 6 + "children-class": "settings-child", 7 + "transition-left-to-right": false 8 + }, 9 + "modules": [ "custom/settings", "wireplumber" ] 10 + }, 11 + 12 + "custom/settings": { 13 + "format": "", 14 + "tooltip": false 15 + }, 16 + 17 + "backlight": { 18 + "interval": 1, 19 + "tooltip": false, 20 + "format": "{percent}% 󰌵" 21 + }, 22 + 23 + "wireplumber": { 24 + "format": "{volume}% {icon}", 25 + "format-icons": [ "", "", "" ], 26 + "format-muted": "", 27 + "tooltip": false, 28 + "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" 29 + } 30 + }
waybar/.config/waybar/river.jsonc

This is a binary file and will not be displayed.