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
|
papirus-icon-theme # Papirus Icons
|
||||||
libinput-gestures # Gesture Control\
|
libinput-gestures # Gesture Control\
|
||||||
sublime-music # Airsonic Music client
|
sublime-music # Airsonic Music client
|
||||||
|
playerctl # Control sublime-music from waybar?
|
||||||
|
pavucontrol # Pulse Audio Volume CONTROL
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
|
@ -13,9 +13,12 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
"hyprland/submap",
|
||||||
"hyprland/window"
|
"hyprland/window"
|
||||||
],
|
],
|
||||||
"modules-center": ["clock"],
|
"modules-center": [
|
||||||
|
"clock"
|
||||||
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
|
@ -29,20 +32,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
"disable-scroll": true
|
"disable-scroll": false
|
||||||
},
|
|
||||||
|
|
||||||
"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
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
|
@ -85,8 +75,6 @@
|
||||||
},
|
},
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "pavucontrol --class=pavu",
|
"on-click": "pavucontrol --class=pavu",
|
||||||
"on-click-right": "easyeffects",
|
|
||||||
"ignored-sinks": ["Easy Effects Sink", "Monitor of Easy Effects Sink"]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"network": {
|
"network": {
|
||||||
|
|
Loading…
Reference in a new issue