diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-03-13 22:14:42 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-03-13 22:14:42 +0200 |
| commit | cccadf6be0f8c62034983067c0188c63fe74a44d (patch) | |
| tree | bc19fc5ee566b9d8f6fd15de082fe8b5d9ef678b | |
| parent | 00db11a8386e786389c0e2d43cfaadc54007c9bb (diff) | |
| download | dotfiles-cccadf6be0f8c62034983067c0188c63fe74a44d.tar.gz dotfiles-cccadf6be0f8c62034983067c0188c63fe74a44d.zip | |
Add fake wireless info for showcasing purposes
| -rw-r--r-- | .config/polybar/config.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 9de3d64..afb14a8 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -335,7 +335,7 @@ label="%{A1:alacritty -e htop &:} %gb_used%%{A}" type=internal/cpu interval=5 format-prefix-font=4 -format-prefix=" " +format-prefix=" " format-padding=0 ;format-prefix-foreground=${colors.green} format-prefix-foreground=${colors.foreground} @@ -382,7 +382,7 @@ label-font=2 type = custom/script interval = 5 format = <label> -format-prefix = " " +format-prefix = " " format-prefix-foreground = ${colors.foreground} exec = ~/.config/polybar/scripts/temperature.sh @@ -391,7 +391,7 @@ exec = ~/.config/polybar/scripts/temperature.sh type = custom/script exec = $HOME/.scripts/battery.sh format-font = 1 -format-prefix = " " +format-prefix = "" interval = 10 ;click-right = xfce4-power-manager-settings @@ -482,6 +482,7 @@ format-connected-foreground = ${colors.foreground} format-connected-padding = 1 format-connected = %{A1:$HOME/.scripts/rofi-network-manager.sh:}<ramp-signal> <label-connected>%{A} label-connected = "%essid:03:5%/%local_ip%" +#label-connected = "ESSID/127.0.0.1" format-disconnected-background = ${colors.background} format-disconnected-foreground = ${colors.foreground} format-disconnected-padding = 1 |
