initial commit x2
This commit is contained in:
62
old_rach/waybar/config.jsonc
Normal file
62
old_rach/waybar/config.jsonc
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user