Files
dotfiles/waybar/config
László Párkányi 59217b3ec2 feat(all): desktop configuration split
differences: less aggressive power conservation, more detailed bar,
larger password input field
2025-01-19 00:54:42 +01:00

20 lines
475 B
Plaintext

{
"layer": "top",
"position": "top",
"include": [
"~/.config/waybar/modules.jsonc"
],
"height": 20,
"margin-left": 3,
"margin-right": 3,
"margin-top": 3,
"margin-bottom": 3,
"modules-left": ["custom/junkyard", "hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["tray", "custom/notification", "pulseaudio", "bluetooth", "network", "memory", "cpu", "group/group-power"],
"tray": {
"icon-size": 16,
"spacing": 10
},
}