Updates
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user