Remove weather and dnd modules from waybar
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/weather",
|
||||
"custom/dnd",
|
||||
"pulseaudio",
|
||||
"sway/language",
|
||||
"network",
|
||||
@@ -18,30 +16,10 @@
|
||||
"all-output": true,
|
||||
"format": "{index}"
|
||||
},
|
||||
"custom/player": {
|
||||
"exec": "playerctl metadata -f '{{emoji(status)}} {{title}} by {{artist}}'",
|
||||
"on-click": "playerctl play-pause",
|
||||
"on-click-right": "pamixer -t",
|
||||
"restart-interval": 0,
|
||||
"tooltip": false,
|
||||
"max-length": 40
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "--{}--",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "curl 'https://wttr.in/?format=1'",
|
||||
"interval": 60,
|
||||
"on-click": "xdg-open https://wttr.in",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/dnd": {
|
||||
"exec": "$HOME/dotfiles/bin/dnd",
|
||||
"on-click": "dunstctl set-paused toggle",
|
||||
"restart-interval": 0,
|
||||
"tooltip": false
|
||||
},
|
||||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"format-muted": "MUTE",
|
||||
|
||||
@@ -11,12 +11,6 @@ window#waybar {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
/* background: @background-alt; */
|
||||
/* margin: 10px; */
|
||||
/* border-radius: 8px; */
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
@@ -38,17 +32,12 @@ window#waybar {
|
||||
}
|
||||
|
||||
#tray,
|
||||
#custom-weather,
|
||||
#custom-dnd,
|
||||
#pulseaudio,
|
||||
#language,
|
||||
#network,
|
||||
#clock,
|
||||
#custom-power-menu {
|
||||
/* background: @background-alt; */
|
||||
margin: 8px;
|
||||
/* padding: 7px; */
|
||||
/* border-radius: 8px; */
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
|
||||
Reference in New Issue
Block a user