fix memory label
This commit is contained in:
parent
87876dd65a
commit
9731fa3904
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ theme = "solarized-dark"
|
|||
[icons]
|
||||
name = "awesome"
|
||||
[icons.overrides]
|
||||
memory_mem = " "
|
||||
memory_mem = " "
|
||||
cogs = " "
|
||||
|
||||
[[block]]
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue