test
This commit is contained in:
parent
e64fcddc14
commit
f014345b27
2 changed files with 8 additions and 18 deletions
|
@ -91,6 +91,8 @@
|
|||
papirus-icon-theme # Papirus Icons
|
||||
libinput-gestures # Gesture Control\
|
||||
sublime-music # Airsonic Music client
|
||||
playerctl # Control sublime-music from waybar?
|
||||
pavucontrol # Pulse Audio Volume CONTROL
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
|
@ -13,9 +13,12 @@
|
|||
"position": "top",
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/submap",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": ["clock"],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"network",
|
||||
|
@ -29,20 +32,7 @@
|
|||
],
|
||||
|
||||
"wlr/workspaces": {
|
||||
"disable-scroll": true
|
||||
},
|
||||
|
||||
"custom/weather": {
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 3600,
|
||||
"exec": "python ~/.config/waybar/waybar-wttr.py",
|
||||
"return-type": "json"
|
||||
},
|
||||
|
||||
"sway/mode": {
|
||||
"format": "<span style='italic'>{}</span>",
|
||||
"tooltip": false
|
||||
"disable-scroll": false
|
||||
},
|
||||
|
||||
"clock": {
|
||||
|
@ -85,8 +75,6 @@
|
|||
},
|
||||
"tooltip": false,
|
||||
"on-click": "pavucontrol --class=pavu",
|
||||
"on-click-right": "easyeffects",
|
||||
"ignored-sinks": ["Easy Effects Sink", "Monitor of Easy Effects Sink"]
|
||||
},
|
||||
|
||||
"network": {
|
||||
|
|
Loading…
Reference in a new issue