update: waybar

This commit is contained in:
wyj
2024-05-26 18:22:25 -04:00
parent 6cf2a43c2c
commit 43e564e47a
3 changed files with 285 additions and 147 deletions
+43 -17
View File
@@ -8,14 +8,15 @@
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
{
[{
// General Settings
"layer": "top",
"output": ["eDP-1", "DP-1"],
"margin-top": 0,
"margin-bottom": 0,
"layer": "top",
"margin-left": 0,
"margin-right": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
@@ -34,26 +35,51 @@
],
// Modules Center
//"modules-center": [
// "hyprland/workspaces"
//],
"modules-center": [
"clock"
],
// Modules Right
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
//"bluetooth",
"group/hardware",
"group/hardware2",
"battery",
"battery#charging",
// "network",
// "cpu",
// "memory",
"group/hardware",
//"custom/cliphist",
"tray",
"idle_inhibitor",
"custom/exit",
//"custom/ml4w-welcome",
"custom/exit"
]
}, {
// General Settings
"layer": "top",
"output": ["HDMI-A-1"],
"margin-top": 0,
"margin-bottom": 0,
"layer": "top",
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
// Modules Left
"modules-left": [
"custom/appmenuicon",
"hyprland/workspaces",
"wlr/taskbar",
"hyprland/window",
"custom/empty"
],
// Modules Center
// "modules-center": [
// "clock"
// ],
// Modules Right
"modules-right": [
"clock"
]
}
}]