waybar layout
This commit is contained in:
@ -1,56 +1,39 @@
|
||||
{
|
||||
// Position
|
||||
"layer": "top",
|
||||
"height": 16,
|
||||
"margin-top": 14,
|
||||
"margin-top": 5,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/dotfiles/waybar/modules.json"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenu",
|
||||
"custom/wallpaper",
|
||||
"custom/waybarthemes",
|
||||
"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window"
|
||||
// "custom/wallpaper",
|
||||
// "custom/waybarthemes",
|
||||
"wlr/taskbar"
|
||||
// "group/quicklinks",
|
||||
// "hyprland/window"
|
||||
],
|
||||
|
||||
// Modules Center
|
||||
"modules-center": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": {},
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"custom/cliphist",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"group/hardware",
|
||||
"custom/cliphist",
|
||||
// "group/hardware",
|
||||
"network",
|
||||
"custom/exit",
|
||||
"clock"
|
||||
"tray",
|
||||
"clock",
|
||||
"custom/exit"
|
||||
],
|
||||
|
||||
// Group Quicklinks
|
||||
"group/quicklinks": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"custom/filemanager",
|
||||
"custom/browser",
|
||||
"custom/email",
|
||||
"custom/pass"
|
||||
]
|
||||
},
|
||||
|
||||
// Group Hardware
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
|
Reference in New Issue
Block a user