Fix issue #7 by switching to Font Awesome v4
This commit is contained in:
parent
480ac48aae
commit
3bc45e9832
3 changed files with 10 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ order += "tztime local"
|
|||
#order += "tztime utc"
|
||||
|
||||
cpu_usage {
|
||||
format = ". %usage"
|
||||
format = " %usage"
|
||||
max_threshold = 90
|
||||
#format_above_threshold = " %usage"
|
||||
degraded_threshold = 75
|
||||
|
|
@ -29,19 +29,19 @@ cpu_usage {
|
|||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = ". (%quality at %essid) %ip"
|
||||
format_down = ". Down"
|
||||
format_up = " (%quality at %essid) %ip"
|
||||
format_down = " Down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = ". %ip"
|
||||
format_down = ". Down"
|
||||
format_up = " %ip"
|
||||
format_down = " Down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
integer_battery_capacity = true
|
||||
format = "%status. %percentage"
|
||||
format = "%status %percentage"
|
||||
format_down = ""
|
||||
status_chr = ""
|
||||
status_bat = ""
|
||||
|
|
@ -53,7 +53,7 @@ battery all {
|
|||
}
|
||||
|
||||
volume master {
|
||||
format = ". %volume"
|
||||
format = " %volume"
|
||||
format_muted = " muted"
|
||||
device = "pulse"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ papirus-icon-theme
|
|||
pasystray
|
||||
smartmontools-svn
|
||||
testdisk-wip
|
||||
ttf-font-awesome
|
||||
ttf-font-awesome-4
|
||||
wd719x-firmware
|
||||
wimlib
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ networkmanager
|
|||
nvme-cli
|
||||
oblogout
|
||||
openbox-patched
|
||||
otf-font-awesome-4
|
||||
p7zip
|
||||
papirus-icon-theme
|
||||
pasystray
|
||||
|
|
@ -75,7 +76,7 @@ tint2
|
|||
tk
|
||||
tmux
|
||||
tree
|
||||
ttf-font-awesome
|
||||
ttf-font-awesome-4
|
||||
ttf-inconsolata
|
||||
udevil
|
||||
udisks2
|
||||
|
|
|
|||
Loading…
Reference in a new issue