fix memory label

This commit is contained in:
Cyryl Płotnicki 2020-04-19 12:37:48 +01:00
parent 87876dd65a
commit 9731fa3904
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ theme = "solarized-dark"
[icons]
name = "awesome"
[icons.overrides]
memory_mem = " "
memory_mem = " "
cogs = "  "
[[block]]

View file

@ -14,6 +14,7 @@ in
startup = [
{ command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; }
{ command = "exec setxkbmap -layout pl"; always = true; notification = false; }
{ command = "exec grobi update"; always = false; notification = false; }
{ command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; }
{ command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh"; always = false; notification = false; }
{ command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }