Remove weather and dnd modules from waybar
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"custom/weather",
|
|
||||||
"custom/dnd",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"network",
|
"network",
|
||||||
@@ -18,30 +16,10 @@
|
|||||||
"all-output": true,
|
"all-output": true,
|
||||||
"format": "{index}"
|
"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": {
|
"sway/mode": {
|
||||||
"format": "--{}--",
|
"format": "--{}--",
|
||||||
"tooltip": false
|
"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": {
|
"pulseaudio": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format-muted": "MUTE",
|
"format-muted": "MUTE",
|
||||||
|
|||||||
@@ -11,12 +11,6 @@ window#waybar {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
/* background: @background-alt; */
|
|
||||||
/* margin: 10px; */
|
|
||||||
/* border-radius: 8px; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@@ -38,17 +32,12 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray,
|
#tray,
|
||||||
#custom-weather,
|
|
||||||
#custom-dnd,
|
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#language,
|
#language,
|
||||||
#network,
|
#network,
|
||||||
#clock,
|
#clock,
|
||||||
#custom-power-menu {
|
#custom-power-menu {
|
||||||
/* background: @background-alt; */
|
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
/* padding: 7px; */
|
|
||||||
/* border-radius: 8px; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
|
|||||||
Reference in New Issue
Block a user