feat: waybar cofig based on catpuccin & Kosmx's config

This commit is contained in:
2024-11-02 12:23:38 +01:00
parent 4b3672f155
commit 94313952fe
4 changed files with 314 additions and 0 deletions

19
waybar/config Normal file
View File

@@ -0,0 +1,19 @@
{
"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", "backlight", "battery"],
"tray": {
"icon-size": 16,
"spacing": 10
},
}