Hyprland-dotfiles/waybar/config

45 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-08-28 07:58:46 -04:00
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ V V / (_| | |_| | |_) | (_| | |
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
// |___/
//
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
2023-07-31 07:37:31 -04:00
{
2023-08-28 07:58:46 -04:00
"layer": "top",
2023-08-30 08:45:03 -04:00
"height": 16,
"margin-top": 14,
"margin-bottom": 0,
2023-08-21 04:46:13 -04:00
"margin-left": 0,
2023-08-30 08:45:03 -04:00
"margin-right": 0,
"spacing": 0,
2023-08-28 07:58:46 -04:00
"include": ["~/dotfiles/waybar/modules.json"],
2023-08-20 11:34:53 -04:00
"modules-left": [
2023-08-31 03:05:39 -04:00
"custom/appmenu",
"wlr/taskbar",
2023-08-28 07:58:46 -04:00
"custom/brave",
2023-08-30 08:45:03 -04:00
"hyprland/window"
2023-08-20 11:34:53 -04:00
],
"modules-center": [
2023-08-30 08:45:03 -04:00
"wlr/workspaces"
2023-08-20 11:34:53 -04:00
],
"modules-right": [
2023-08-30 08:45:03 -04:00
"pulseaudio",
2023-08-31 03:05:39 -04:00
"group/hardware",
2023-08-20 11:34:53 -04:00
"battery",
2023-08-30 08:45:03 -04:00
"custom/exit",
"clock"
2023-08-20 11:34:53 -04:00
],
2023-08-31 03:05:39 -04:00
"group/hardware": {
"orientation": "horizontal",
"modules": [
"disk",
"cpu",
"memory"
]
}
2023-07-31 07:37:31 -04:00
}