Removed yazi packages and added some scripts

This commit is contained in:
2025-09-18 12:14:40 +02:00
parent 4bc39fe87a
commit 068ab247f2
68 changed files with 73 additions and 2646 deletions

View File

@@ -0,0 +1,47 @@
{
"position": "top",
"height": 0,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/webdav","clock", "custom/status"],
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],
"clock": {
"format": "{:%H:%M}",
"format-alt": "{:%d.%m.%Y}",
"tooltip": false,
},
"memory": {
"interval": 10,
"format": "⛃ {}%"
},
"cpu": {
"interval": 7,
"format": "🧠 {usage:2}%"
},
"backlight": {
"format": "🌥️ {percent}% ",
"tooltip": false,
},
"hyprland/window": {
"format": "👉 {}",
"separate-outputs": true,
},
"pulseaudio": {
"format": "🔉 {volume}%",
"on-click": "pavucontrol",
"tooltip": false,
},
"battery": {
"interval": 30,
"states": {
"good": 90,
"warning": 30,
"critical": 20
},
"format": "🔋 {capacity}% ",
"format-charging": "⚡ {capacity}%",
},
"tray": {
"icon-size": 21,
"spacing": 5
},
}