waybar config
This commit is contained in:
34
waybar/.config/waybar/config.jsonc
Normal file
34
waybar/.config/waybar/config.jsonc
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
// load modules
|
||||
"include": "~/.config/waybar/modules.json",
|
||||
|
||||
// general settings
|
||||
"position": "top",
|
||||
"margin-top": 8,
|
||||
"margin-bottom": 0,
|
||||
"layer": "top",
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
"spacing": 10,
|
||||
"fixed-center": true,
|
||||
"exclusive": true,
|
||||
|
||||
// modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar"
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"group/hardware",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"battery",
|
||||
"custom/exit"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user