created
This commit is contained in:
commit
62dab95e70
249 changed files with 12522 additions and 0 deletions
43
.config/waybar/config.jsonc
Normal file
43
.config/waybar/config.jsonc
Normal file
|
@ -0,0 +1,43 @@
|
|||
// __ __ _
|
||||
// \ \ / /_ _ _ _| |__ __ _ _ __
|
||||
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
||||
// \ V V / (_| | |_| | |_) | (_| | |
|
||||
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
||||
// |___/
|
||||
//
|
||||
//
|
||||
// -----------------------------------------------------
|
||||
//
|
||||
{
|
||||
// General Settings
|
||||
|
||||
|
||||
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/.config/waybar/modules.jsonc"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/arch",
|
||||
"hyprland/workspaces",
|
||||
"wlr/taskbar",
|
||||
"hyprland/window"
|
||||
],
|
||||
|
||||
// Modules Center
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"hyprland/language",
|
||||
"keyboard-state",
|
||||
"pulseaudio",
|
||||
"battery",
|
||||
"network",
|
||||
"custom/exit"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue