mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/i3status-rs] remove redundant options & home-block is alerting absolute
This commit is contained in:
parent
da5d3e9c9c
commit
7dc914517d
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
name = "plain"
|
||||
[theme.overrides]
|
||||
separator = ""
|
||||
separator_bg = "#0C0C0D"
|
||||
good_bg = "#0C0C0D"
|
||||
info_bg = "#0C0C0D"
|
||||
idle_bg = "#0C0C0D"
|
||||
|
@ -21,6 +20,7 @@ alias = ""
|
|||
block = "disk_space"
|
||||
path = "/home"
|
||||
alias = ""
|
||||
alert_absolute = true
|
||||
|
||||
[[block]]
|
||||
block = "networkmanager"
|
||||
|
@ -41,7 +41,6 @@ block = "cpu"
|
|||
|
||||
[[block]]
|
||||
block = "load"
|
||||
format = "{1m}"
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
|
@ -61,4 +60,4 @@ device_kind = "source"
|
|||
[[block]]
|
||||
block = "time"
|
||||
interval = 1
|
||||
format = "%a %F %T"
|
||||
format = "%a %F %T"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue