разобрался с этой гавной

This commit is contained in:
2025-05-24 11:43:44 +03:00
parent f7a85b3d73
commit 4299b4b99a
29 changed files with 1219 additions and 1 deletions

54
waybar/config.jsonc Normal file
View File

@@ -0,0 +1,54 @@
{
"height": 0,
"spacing": 8,
"modules-left": [
"clock",
"custom/separator",
"custom/phone",
"network"
],
"modules-center": [
"hyprland/workspaces",
],
"modules-right": [
"cpu",
"memory",
"custom/separator",
"pulseaudio",
"custom/separator",
"hyprland/language",
"tray",
],
"hyprland/language": {
"format": "{}",
"format-ru": "ru",
"format-en": "en",
},
"hyprland/workspaces": {
"all-outputs": true,
},
"custom/separator": {
"format": "|"
},
"custom/phone": {
"format": "",
"on-click": "~/.config/waybar/phone.sh"
},
"network": {
"interface": "enp2s0",
"format": "dn {bandwidthDownBytes} up {bandwidthUpBytes}",
"interval": 5,
},
"tray": {
"icon-size": 13,
"spacing": 8
},
"cpu": {
"interval": 5,
"format": "cpu {usage}%"
},
"memory": {
"interval": 5,
"format": "mem {percentage}%"
}
}