Hyprland-dotfiles/waybar/config

38 lines
880 B
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",
"height": 30,
"spacing": 4,
2023-08-21 04:46:13 -04:00
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
2023-08-28 07:58:46 -04:00
"include": ["~/dotfiles/waybar/modules.json"],
2023-08-20 11:34:53 -04:00
"modules-left": [
"custom/appmenu",
2023-08-28 07:58:46 -04:00
"custom/brave",
2023-08-20 11:34:53 -04:00
],
"modules-center": [
2023-08-21 04:46:13 -04:00
"wlr/workspaces",
2023-08-20 11:34:53 -04:00
],
"modules-right": [
"keyboard-state",
"pulseaudio",
2023-08-24 04:01:02 -04:00
"disk",
2023-08-20 11:34:53 -04:00
"cpu",
"memory",
"battery",
"clock",
"custom/exit",
"tray"
],
2023-07-31 07:37:31 -04:00
}