2023-08-28 11:58:46 +00:00
|
|
|
// __ __ _
|
|
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
|
|
// |___/
|
|
|
|
//
|
|
|
|
// by Stephan Raabe (2023)
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
2023-07-31 11:37:31 +00:00
|
|
|
{
|
2023-09-01 08:25:57 +00:00
|
|
|
// General Settings
|
2023-09-13 09:20:50 +00:00
|
|
|
|
|
|
|
// Position TOP
|
2023-08-28 11:58:46 +00:00
|
|
|
"layer": "top",
|
2023-08-30 12:45:03 +00:00
|
|
|
"margin-top": 14,
|
|
|
|
"margin-bottom": 0,
|
2023-09-13 09:20:50 +00:00
|
|
|
|
|
|
|
// Position BOTTOM
|
|
|
|
// "position": "bottom",
|
|
|
|
// "margin-top": 0,
|
|
|
|
// "margin-bottom": 14,
|
|
|
|
|
|
|
|
"layer": "top",
|
2023-08-21 08:46:13 +00:00
|
|
|
"margin-left": 0,
|
2023-08-30 12:45:03 +00:00
|
|
|
"margin-right": 0,
|
|
|
|
"spacing": 0,
|
2023-09-01 08:25:57 +00:00
|
|
|
|
|
|
|
// Load Modules
|
2023-08-28 11:58:46 +00:00
|
|
|
"include": ["~/dotfiles/waybar/modules.json"],
|
2023-09-01 08:25:57 +00:00
|
|
|
|
|
|
|
// Modules Left
|
2023-08-20 15:34:53 +00:00
|
|
|
"modules-left": [
|
2023-08-31 07:05:39 +00:00
|
|
|
"custom/appmenu",
|
2023-12-06 08:42:58 +00:00
|
|
|
"custom/settings",
|
|
|
|
"custom/waybarthemes",
|
2023-10-02 19:58:17 +00:00
|
|
|
"custom/wallpaper",
|
2023-08-31 07:05:39 +00:00
|
|
|
"wlr/taskbar",
|
2023-09-01 08:25:57 +00:00
|
|
|
"group/quicklinks",
|
2023-08-30 12:45:03 +00:00
|
|
|
"hyprland/window"
|
2023-08-20 15:34:53 +00:00
|
|
|
],
|
2023-09-01 08:25:57 +00:00
|
|
|
|
|
|
|
// Modules Center
|
2023-08-20 15:34:53 +00:00
|
|
|
"modules-center": [
|
2023-09-05 18:25:37 +00:00
|
|
|
"hyprland/workspaces"
|
2023-08-20 15:34:53 +00:00
|
|
|
],
|
2023-09-01 08:25:57 +00:00
|
|
|
|
|
|
|
// Modules Right
|
2023-08-20 15:34:53 +00:00
|
|
|
"modules-right": [
|
2023-08-31 09:43:42 +00:00
|
|
|
"custom/updates",
|
2023-08-30 12:45:03 +00:00
|
|
|
"pulseaudio",
|
2023-12-18 20:57:32 +00:00
|
|
|
// START BT TOOGLE
|
2023-08-31 14:00:02 +00:00
|
|
|
"bluetooth",
|
2023-12-18 20:57:32 +00:00
|
|
|
// END BT TOOGLE
|
2023-08-20 15:34:53 +00:00
|
|
|
"battery",
|
2023-12-06 08:42:58 +00:00
|
|
|
"network",
|
2023-08-31 12:32:36 +00:00
|
|
|
"group/hardware",
|
2023-10-02 08:51:16 +00:00
|
|
|
"custom/cliphist",
|
2023-12-14 17:24:40 +00:00
|
|
|
"idle_inhibitor",
|
2023-10-02 08:51:16 +00:00
|
|
|
"custom/exit",
|
2023-08-30 12:45:03 +00:00
|
|
|
"clock"
|
2023-12-06 08:42:58 +00:00
|
|
|
]
|
2023-07-31 11:37:31 +00:00
|
|
|
}
|