i3: Clean up bar
This commit is contained in:
parent
5bf378fc4a
commit
31e23b25d5
2 changed files with 8 additions and 8 deletions
|
@ -221,7 +221,7 @@ bar {
|
|||
# Dark theme
|
||||
background #292b2e
|
||||
statusline #dddddd
|
||||
separator #4a4e54
|
||||
separator #292b2e
|
||||
|
||||
focused_workspace #292b2e #009688 #dddddd
|
||||
inactive_workspace #292b2e #292b2e #dddddd
|
||||
|
@ -232,7 +232,7 @@ bar {
|
|||
}
|
||||
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner 5
|
||||
gaps inner 8
|
||||
|
||||
exec_always --no-startup-id feh /home/sijmen/Pictures/uncharted4.jpg --bg-fill
|
||||
exec_always --no-startup-id sh -c "PYTHONUNBUFFERED=1 python $HOME/.config/i3/icons.py 2>&1 > /tmp/icons.log"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 1
|
||||
interval = 5
|
||||
|
||||
color_good = "#43A047"
|
||||
color_degraded = "#FF9800"
|
||||
|
@ -16,20 +16,20 @@ order += "battery all"
|
|||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = " %essid (%frequency, %quality, %bitrate)"
|
||||
format_up = " %essid @ %frequency (%quality)"
|
||||
format_down = " down"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S "
|
||||
format = " %a %d %b %H:%M "
|
||||
}
|
||||
|
||||
load {
|
||||
format = " %1min %5min %15min"
|
||||
format = " %1min %15min"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = " %used / %total used (%avail free)"
|
||||
format = " %avail free"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
|
|
Loading…
Reference in a new issue