This commit is contained in:
Stephan Raabe
2023-09-01 09:55:27 +02:00
parent e3cbe83f42
commit a083ff013f
2 changed files with 39 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
// -----------------------------------------------------
//
{
// General Settings
"layer": "top",
"height": 16,
"margin-top": 14,
@@ -16,28 +17,46 @@
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
"include": ["~/dotfiles/waybar/modules.json"],
// Modules Left
"modules-left": [
"custom/appmenu",
"wlr/taskbar",
"custom/chatgpt",
"custom/lookingglass",
"custom/youtube",
"group/quicklinks",
"hyprland/window"
],
// Modules Center
"modules-center": [
"wlr/workspaces"
],
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
"bluetooth",
"network",
"battery",
"group/hardware",
"custom/exit",
"network",
"clock"
],
// Group Quicklinks
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/chatgpt",
"custom/lookingglass",
"custom/youtube"
]
},
// Group Hardware
"group/hardware": {
"orientation": "horizontal",
"modules": [