Add
This commit is contained in:
69
.config/waybar/modules
Normal file
69
.config/waybar/modules
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"pulseaudio": {
|
||||
"scroll-step": "5",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-icons": {
|
||||
"default": [" ", " ", " "]
|
||||
},
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"hyprland/language": {
|
||||
"format": "{}",
|
||||
"format-en": "EN",
|
||||
"format-ru": "RU"
|
||||
},
|
||||
|
||||
"custom/clock": {
|
||||
"exec": "date +'%H:%M'",
|
||||
"interval": "1",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/menu": {
|
||||
"format": "{icon}",
|
||||
"format-icons": " ",
|
||||
"on-click": "wofi --show drun -c ~/.config/wofi/config -s ~/.config/wofi/style.css",
|
||||
"escape": true,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-click": "activate",
|
||||
"all-outputs": "true",
|
||||
"format-icons": {
|
||||
"1": "一",
|
||||
"2": "二",
|
||||
"3": "三",
|
||||
"4": "四",
|
||||
"5": "五",
|
||||
"6": "六"
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"1": "HDMI-A-2",
|
||||
"2": "HDMI-A-2",
|
||||
"3": "HDMI-A-2",
|
||||
"4": "HDMI-A-2",
|
||||
"5": "HDMI-A-2",
|
||||
"6": "HDMI-A-2"
|
||||
},
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "{}% ",
|
||||
"max-length": 10
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": "{}% ",
|
||||
"max-length": 10
|
||||
},
|
||||
|
||||
"hyprland/submap": {
|
||||
"format": "✌️ {}",
|
||||
"max-length": 8,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user