Simpler i3statusbar for RPI4
This commit is contained in:
parent
6f8c18d849
commit
ad53f18587
2 changed files with 0 additions and 16 deletions
|
@ -208,7 +208,6 @@ exec --no-startup-id "blueman-applet"
|
|||
exec --no-startup-id "nm-applet"
|
||||
exec --no-startup-id "dunst"
|
||||
exec --no-startup-id "clipmenud"
|
||||
exec --no-startup-id "qpwgraph --minimized"
|
||||
exec --no-startup-id test -x ~/.local/bin/i3autostart.sh && ~/.local/bin/i3autostart.sh
|
||||
exec --no-startup-id gsettings set org.gtk.Settings.FileChooser sort-directories-first true
|
||||
|
||||
|
|
|
@ -4,18 +4,6 @@ theme = "modern"
|
|||
[icons]
|
||||
icons = "awesome6"
|
||||
|
||||
[[block]]
|
||||
block = "privacy"
|
||||
|
||||
[[block.driver]]
|
||||
name = "v4l"
|
||||
|
||||
[[block.driver]]
|
||||
name = "pipewire"
|
||||
exclude_input = ["openrgb"]
|
||||
display = "nickname"
|
||||
|
||||
|
||||
[[block]]
|
||||
block = "disk_space"
|
||||
info_type = "available"
|
||||
|
@ -46,9 +34,6 @@ block = "cpu"
|
|||
interval = 1
|
||||
format = " $icon $barchart $utilization "
|
||||
format_alt = " $icon $frequency{ $boost|} "
|
||||
info_cpu = 30
|
||||
warning_cpu = 50
|
||||
critical_cpu = 90
|
||||
|
||||
[[block]]
|
||||
block = "load"
|
||||
|
|
Loading…
Reference in a new issue