My personal dotfiles
0
fork

Configure Feed

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

feat: added modular config to hyprland bar

legoraft dc00279c 036558f1

+19
+19
waybar/.config/waybar/hyprbar.jsonc
··· 1 + { 2 + "layer": "top", 3 + "height": 40, 4 + "include": [ "./modules/battery.jsonc", "./modules/network.jsonc", "./modules/power.jsonc", "./modules/settings.jsonc", "./modules/tray.jsonc", "./modules/updates.jsonc" ], 5 + "modules-left": [ "group/power", "clock", "custom/updates-arch" ], 6 + "modules-center": [ "hyprland/workspaces" ], 7 + "modules-right": [ "group/tray-group", "group/network-group", "group/settings" ], 8 + 9 + "hyprland/workspaces": { 10 + "format": "{icon}", 11 + "format-icons": { 12 + "active": "", 13 + "default": "" 14 + }, 15 + "persistent-workspaces": { 16 + "*": 5 17 + } 18 + } 19 + }