initial commit x2

This commit is contained in:
sophron
2025-06-23 00:47:36 +05:00
commit f2f225110a
193 changed files with 4737 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
{
"position": "bottom",
"height": 45,
"modules-left": [ "custom/workspace" ],
"modules-right": [ "user", "hyprland/language", "pulseaudio", "clock" ],
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"tooltip": false
},
"pulseaudio": {
"scroll-step": "5",
"format": "{icon} {volume}",
"format-icons": {
"default": [" ", " ", " "]
},
"on-click": "pavucontrol",
"tooltip": false
},
"hyprland/language": {
"format": "{}",
"format-en": "us",
"format-ru": "ru"
},
"cpu": {
"interval": 10,
"format": "{}%  ",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "{}%  ",
"max-length": 10
},
"custom/menu": {
"format": "{icon}",
"format-icons": "  ",
"on-click": "rofi -show drun -config ~/.config/rofi/rofi.rasi",
"escape": true,
"tooltip": false
},
"custom/workspace": {
"format": "{text}",
"exec": "~/.config/waybar/ws.sh",
"markup": true
},
"user": {
"format": "{work_d}  ",
"interval": 60,
"height": 30,
"width": 30,
"icon": true
}
}