This commit is contained in:
RafayAhmad7548 2024-06-16 16:56:18 +05:00
commit 62dab95e70
249 changed files with 12522 additions and 0 deletions

View 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"
]
}