Hyprland-dotfiles/waybar/myconfig

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-08-28 07:58:46 -04:00
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ V V / (_| | |_| | |_) | (_| | |
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
// |___/
//
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
2023-08-28 07:33:53 -04:00
{
2023-08-28 07:58:46 -04:00
"layer": "top",
"height": 30,
"spacing": 4,
2023-08-28 07:33:53 -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-28 07:33:53 -04:00
"modules-left": [
"custom/appmenu",
2023-08-28 07:58:46 -04:00
"custom/brave",
2023-08-28 07:33:53 -04:00
"custom/outlook",
"custom/teams",
2023-08-28 07:58:46 -04:00
"custom/calculator",
2023-08-28 07:33:53 -04:00
"custom/chatgpt",
"custom/lookingglass"
// "hyprland/window"
],
"modules-center": [
"wlr/workspaces",
],
"modules-right": [
"custom/youtube",
"keyboard-state",
"pulseaudio",
"disk",
"cpu",
"memory",
"battery",
"clock",
2023-08-28 08:42:41 -04:00
"user",
"custom/exit",
2023-08-28 07:33:53 -04:00
"tray"
],
}