Switch to i3status-rust instead of waybar

This commit is contained in:
Charlotte Van Petegem 2020-02-27 16:10:45 +01:00
parent 63080224d2
commit a592039b00
5 changed files with 59 additions and 194 deletions

View file

@ -0,0 +1,39 @@
{ pkgs, ... }:
pkgs.writeText "configuration.toml" ''
[theme]
name = "gruvbox-light"
[theme.overrides]
idle_bg="#fbffff"
idle_fg="#535c65"
info_bg="#2b7ab2"
info_fg="#fbffff"
good_bg="#2b7ab2"
good_fg="#fbffff"
warning_bg="#2b7ab2"
warning_fg="#fbffff"
critical_bg="#2b7ab2"
critical_fg="#fbffff"
separator=""
[icons]
name = "awesome"
[[block]]
block = "focused_window"
max_width = 100
[[block]]
block = "battery"
[[block]]
block = "backlight"
[[block]]
block = "sound"
[[block]]
block = "time"
interval = 1
format = "%a %d/%m %H:%M:%S"
''