Browse Source

curl status messages in config?

master
Juni Kim 2 years ago
parent
commit
2600835bee
  1. 2
      dots/i3config
  2. 3
      dots/polybar.ini

2
dots/i3config

@ -126,8 +126,6 @@ set $ws8 "8"
set $ws9 "9"
set $ws10 "10"
# switch to 100 6734 100 6734 0 0 471k 0 --:--:-- --:--:-- --:--:-- 505k
workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3

3
dots/polybar.ini

@ -312,8 +312,7 @@ bar-volume-empty-foreground = ${colors.foreground-alt}
[module/alsa]
type = internal/alsa
format-volume = <label-volume> 100 11037 100 11037 0 0 650k 0 --:--:-- --:--:-- --:--:-- 673k
<bar-volume>
format-volume = <label-volume> <bar-volume>
label-volume = VOL
label-volume-foreground = ${root.foreground}

Loading…
Cancel
Save