Hyprland-dotfiles/waybar/themes/starter/config

74 lines
1.7 KiB
Plaintext
Raw Normal View History

2023-12-05 16:27:28 -05:00
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ V V / (_| | |_| | |_) | (_| | |
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
// |___/
//
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
{
// General Settings
// Position TOP
"layer": "top",
"margin-bottom": 0,
// Position BOTTOM
// "position": "bottom",
// "margin-top": 0,
// "margin-bottom": 14,
"layer": "top",
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
"include": ["~/dotfiles/waybar/themes/starter/modules.json"],
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
2024-01-22 11:10:16 -05:00
// START TASK TOOGLE
2023-12-05 16:27:28 -05:00
// "wlr/taskbar",
2024-01-22 11:10:16 -05:00
// END TASK TOOGLE
2023-12-05 16:27:28 -05:00
"group/quicklinks",
"hyprland/window",
"custom/starter"
],
// Modules Center
"modules-center": [
"hyprland/workspaces"
],
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
2024-01-22 11:10:16 -05:00
// START BT TOOGLE
2023-12-05 16:27:28 -05:00
"bluetooth",
2024-01-22 11:10:16 -05:00
// END BT TOOGLE
2023-12-05 16:27:28 -05:00
"battery",
2024-01-22 11:10:16 -05:00
// START NETWORK TOOGLE
2023-12-05 16:27:28 -05:00
"network",
2024-01-22 11:10:16 -05:00
// END NETWORK TOOGLE
2023-12-05 16:27:28 -05:00
"group/hardware",
"custom/cliphist",
2024-01-22 11:10:16 -05:00
// START IDLE TOOGLE
"idle_inhibitor",
// END IDLE TOOGLE
// START TRAY TOOGLE
"tray",
// END TRAY TOOGLE
2023-12-05 16:27:28 -05:00
"custom/exit",
2024-01-22 11:10:16 -05:00
"custom/ml4w-welcome",
2023-12-05 16:27:28 -05:00
"clock"
]
}