2023-08-28 07:58:46 -04:00
|
|
|
// __ __ _
|
|
|
|
// \ \ / /_ _ _ _| |__ __ _ _ __
|
|
|
|
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
|
|
|
// \ V V / (_| | |_| | |_) | (_| | |
|
|
|
|
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
|
|
|
// |___/
|
|
|
|
//
|
|
|
|
// by Stephan Raabe (2023)
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
2023-08-28 07:33:53 -04:00
|
|
|
{
|
2023-11-10 16:12:15 -05:00
|
|
|
// General Settings
|
2023-10-09 13:54:14 -04:00
|
|
|
"position": "bottom",
|
|
|
|
"margin-top": 0,
|
2023-11-13 05:25:18 -05:00
|
|
|
"margin-bottom": 0,
|
2023-09-01 06:05:42 -04:00
|
|
|
"layer": "top",
|
2023-08-28 07:33:53 -04:00
|
|
|
"margin-left": 0,
|
2023-08-30 08:45:03 -04:00
|
|
|
"margin-right": 0,
|
|
|
|
"spacing": 0,
|
2023-09-01 03:55:27 -04:00
|
|
|
|
|
|
|
// Load Modules
|
2023-08-28 07:58:46 -04:00
|
|
|
"include": ["~/dotfiles/waybar/modules.json"],
|
2023-09-01 03:55:27 -04:00
|
|
|
|
|
|
|
// Modules Left
|
2023-08-28 07:33:53 -04:00
|
|
|
"modules-left": [
|
2023-08-31 03:05:39 -04:00
|
|
|
"custom/appmenu",
|
2024-04-15 09:49:05 -04:00
|
|
|
"group/links",
|
2024-01-29 07:21:11 -05:00
|
|
|
"group/settings",
|
2024-04-15 09:49:05 -04:00
|
|
|
//"wlr/taskbar",
|
2023-09-01 03:55:27 -04:00
|
|
|
"group/quicklinks",
|
2024-03-07 09:51:34 -05:00
|
|
|
"hyprland/window",
|
|
|
|
"custom/empty"
|
2023-08-28 07:33:53 -04:00
|
|
|
],
|
2023-09-01 03:55:27 -04:00
|
|
|
|
|
|
|
// Modules Center
|
2023-08-28 07:33:53 -04:00
|
|
|
"modules-center": [
|
2023-09-05 14:17:41 -04:00
|
|
|
"hyprland/workspaces"
|
2023-08-28 07:33:53 -04:00
|
|
|
],
|
2023-09-01 03:55:27 -04:00
|
|
|
|
|
|
|
// Modules Right
|
2023-08-28 07:33:53 -04:00
|
|
|
"modules-right": [
|
2023-08-31 05:43:42 -04:00
|
|
|
"custom/updates",
|
2023-08-30 08:45:03 -04:00
|
|
|
"pulseaudio",
|
2023-08-31 10:00:02 -04:00
|
|
|
"bluetooth",
|
2023-11-10 16:12:15 -05:00
|
|
|
"battery",
|
2023-12-06 03:42:58 -05:00
|
|
|
"network",
|
2023-10-02 04:51:16 -04:00
|
|
|
"group/hardware",
|
2023-09-29 07:08:19 -04:00
|
|
|
"custom/cliphist",
|
2024-05-30 08:05:19 -04:00
|
|
|
"custom/hypridle",
|
|
|
|
"custom/hyprshade",
|
2023-12-26 04:56:06 -05:00
|
|
|
"tray",
|
2023-10-02 04:51:16 -04:00
|
|
|
"custom/exit",
|
2024-01-21 04:16:19 -05:00
|
|
|
"custom/ml4w-welcome",
|
2023-08-30 08:45:03 -04:00
|
|
|
"clock"
|
2023-12-06 03:42:58 -05:00
|
|
|
]
|
2023-08-28 07:33:53 -04:00
|
|
|
}
|