i3status: update font and date information
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
font pango:SFMono Bold 10
|
font pango:SFMono 10
|
||||||
|
|
||||||
# setup screens
|
# screens
|
||||||
exec_always --no-startup-id ~/.screenlayout/default.sh
|
exec_always --no-startup-id ~/.screenlayout/default.sh
|
||||||
|
|
||||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||||
|
|||||||
@@ -2,16 +2,12 @@ general {
|
|||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
colors = false
|
colors = false
|
||||||
markup = pango
|
markup = pango
|
||||||
interval = 5
|
interval = 1
|
||||||
color_good = '#2f343f'
|
|
||||||
color_degraded = '#ebcb8b'
|
|
||||||
color_bad = '#ba5e57'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%-d. %b (%a) %H:%M"
|
format = "%a %-d.%b %H:%M"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user