i3bar: Update spacing between icons and text
This commit is contained in:
@@ -30,7 +30,7 @@ order += "clock"
|
|||||||
|
|
||||||
battery_level all {
|
battery_level all {
|
||||||
battery_id = "all"
|
battery_id = "all"
|
||||||
format = " {icon} {percent}% {time_remaining} "
|
format = " {icon} {percent}% {time_remaining} "
|
||||||
measurement_mode = "sys"
|
measurement_mode = "sys"
|
||||||
charging_character = ""
|
charging_character = ""
|
||||||
blocks = ""
|
blocks = ""
|
||||||
@@ -43,20 +43,20 @@ battery_level all {
|
|||||||
|
|
||||||
clock {
|
clock {
|
||||||
format = ["{DE}", "{NZ}", "{Cuba}", "{MX}", "{CZ}", "{NL}", "{VN}"]
|
format = ["{DE}", "{NZ}", "{Cuba}", "{MX}", "{CZ}", "{NL}", "{VN}"]
|
||||||
format_time = " {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S "
|
format_time = " {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S "
|
||||||
}
|
}
|
||||||
|
|
||||||
wifi {
|
wifi {
|
||||||
bitrate_bad = 0
|
bitrate_bad = 0
|
||||||
bitrate_degraded = 0
|
bitrate_degraded = 0
|
||||||
format_down = " down "
|
format_down = " down "
|
||||||
format_up = " {signal_percent} {ssid} "
|
format_up = " {signal_percent} {ssid} "
|
||||||
}
|
}
|
||||||
|
|
||||||
spotify {
|
spotify {
|
||||||
format = " {title} - {artist} "
|
format = " {title} - {artist} "
|
||||||
format_down = " off "
|
format_down = " off "
|
||||||
format_stopped = " stopped "
|
format_stopped = " stopped "
|
||||||
cache_timeout = 1
|
cache_timeout = 1
|
||||||
color_offline = '#FFFFFF'
|
color_offline = '#FFFFFF'
|
||||||
on_click 1 = "exec $HOME/.i3/scripts/spotify-control toggle"
|
on_click 1 = "exec $HOME/.i3/scripts/spotify-control toggle"
|
||||||
@@ -77,8 +77,8 @@ online_status {
|
|||||||
|
|
||||||
volume_status output {
|
volume_status output {
|
||||||
cache_timeout = 10
|
cache_timeout = 10
|
||||||
format = " {percentage}% "
|
format = " {percentage}% "
|
||||||
format_muted = " mute "
|
format_muted = " mute "
|
||||||
thresholds = []
|
thresholds = []
|
||||||
command = "pactl"
|
command = "pactl"
|
||||||
color_muted = '#FFFFFF'
|
color_muted = '#FFFFFF'
|
||||||
@@ -87,8 +87,8 @@ volume_status output {
|
|||||||
|
|
||||||
volume_status input {
|
volume_status input {
|
||||||
cache_timeout = 10
|
cache_timeout = 10
|
||||||
format = " active "
|
format = " active "
|
||||||
format_muted = " mute "
|
format_muted = " mute "
|
||||||
thresholds = [(0, 'good'), (1, 'bad')]
|
thresholds = [(0, 'good'), (1, 'bad')]
|
||||||
command = "pactl"
|
command = "pactl"
|
||||||
color_muted = '#FFFFFF'
|
color_muted = '#FFFFFF'
|
||||||
|
|||||||
Reference in New Issue
Block a user