This commit is contained in:
2024-11-26 19:29:40 +05:00
parent 379acd5cc0
commit 2031be9347
21 changed files with 592 additions and 0 deletions

25
.config/waybar/config Normal file
View File

@@ -0,0 +1,25 @@
{
"include": "/home/sophron/.config/waybar/modules",
"position": "bottom",
"height": 27,
"width": 1325,
"spacing": 7,
"margin-bottom": 5,
"modules-left": [
"custom/menu",
"cpu",
"memory",
"hyprland/submap",
],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"pulseaudio",
"hyprland/language",
"clock"
],
}