mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
feat: waybar cofig based on catpuccin & Kosmx's config
This commit is contained in:
19
waybar/config
Normal file
19
waybar/config
Normal 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user