fixes for nixos 21.05
This commit is contained in:
parent
330f6a2dad
commit
c9e7e0e77b
2 changed files with 5 additions and 11 deletions
|
@ -45,20 +45,12 @@ thermometer = " "
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "net"
|
block = "net"
|
||||||
device = "wg"
|
device = "wg"
|
||||||
ip = true
|
|
||||||
ssid = false
|
|
||||||
speed_up = false
|
|
||||||
speed_down = false
|
|
||||||
hide_inactive = true
|
hide_inactive = true
|
||||||
hide_missing = true
|
hide_missing = true
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "net"
|
block = "net"
|
||||||
device = "wlo1"
|
device = "wlo1"
|
||||||
ip = true
|
|
||||||
ssid = true
|
|
||||||
speed_up = false
|
|
||||||
speed_down = false
|
|
||||||
hide_inactive = true
|
hide_inactive = true
|
||||||
hide_missing = true
|
hide_missing = true
|
||||||
|
|
||||||
|
@ -79,7 +71,7 @@ alert = 10.0
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
format_mem = "{Mup}%"
|
format_mem = "{mem_total_used_percents}"
|
||||||
clickable = false
|
clickable = false
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
|
|
|
@ -78,12 +78,14 @@ in {
|
||||||
mypaint
|
mypaint
|
||||||
mypaint-brushes
|
mypaint-brushes
|
||||||
|
|
||||||
gsettings-desktop-schemas
|
|
||||||
glib # provides gsettings
|
|
||||||
arc-theme
|
arc-theme
|
||||||
capitaine-cursors
|
capitaine-cursors
|
||||||
elementary-xfce-icon-theme
|
elementary-xfce-icon-theme
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gtk-engine-murrine
|
||||||
|
gtk_engines
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
lxappearance
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
imv
|
imv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue