diff options
Diffstat (limited to 'dotfiles/.config/waybar')
| -rw-r--r-- | dotfiles/.config/waybar/config | 5 | ||||
| -rw-r--r-- | dotfiles/.config/waybar/style.css | 21 | 
2 files changed, 9 insertions, 17 deletions
| diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 3eb4dae..6ff853e 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -142,6 +142,11 @@          },          "on-click": "termite -e ncpamixer"      }, +    "custom/rec-status": { +        "format": "{}", +        "signal": 5, +        "exec": "$HOME/.scripts/i3barrecstatus" +    },      "custom/weather": {          "format": "{}",          "interval": 900, diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 9429e0c..2223844 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -58,20 +58,6 @@ window#waybar {      border-radius: 0;      background: #0C3D27;  } -#backlight, -#memory, -#cpu, -#battery, -#network, -#tray, -#pulseaudio, -#mpd, -#temperature, -#custom-weather, -#custom-swaykbd, -#idle_inhibitor { -    padding: 0 8px; -}  #tray {      background: #000000;  } @@ -83,22 +69,23 @@ window#waybar {  #temperature,  #backlight,  #custom-weather, +#custom-rec-status,  #custom-swaykbd {      color: #000000;      background: #8ec07c; +    padding: 0 8px;  }  #cpu {      background: #f1fa8c;  } +#network,  #battery{      background: #191919; +    padding: 0 8px;  }  #battery.charging {      color: #8ec07c;  } -#network{ -    background: #191919; -}  #memory, #cpu, #tray {      color: #1E1F23;  } | 
