diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-09 19:41:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-09 19:41:30 +0200 |
| commit | 8bc84b9a5fa5c893749cda365d389bac25daf540 (patch) | |
| tree | 1f014d5a7f594e52503e515e0f79664324daca43 /.i3status.conf | |
| parent | f21252428ed4acbfa3ab15aad89fc8e1fd86c3f9 (diff) | |
| download | dotfiles-8bc84b9a5fa5c893749cda365d389bac25daf540.tar.gz dotfiles-8bc84b9a5fa5c893749cda365d389bac25daf540.zip | |
Small updates on i3 and bash
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.i3status.conf')
| -rw-r--r-- | .i3status.conf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.i3status.conf b/.i3status.conf index 84bbfda..92576a4 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -23,9 +23,6 @@ order += "ethernet br0" #order += "wireless wlan0" order += "load" order += "volume master" -# NOTE: use these two if you are using a laptop. -#order += "battery 0" -#order += "battery 1" order += "tztime local" # Yes, I'm weird :P Use whatever ethernet interface you have here. @@ -41,26 +38,6 @@ ethernet br0 { #format_down = "W: down" #} -# NOTE: use this if you are using a laptop. -#battery 0 { -#format = "%status %percentage" -#format_down = "No battery" -#status_chr = "⚇ CHR" -#status_bat = "⚡ BAT" -#status_full = "☻ FULL" -#low_threshold = 10 -#} - -# NOTE: use this if you are using a laptop. -#battery 1 { -#format = "%status %percentage" -#format_down = "No battery" -#status_chr = "⚇ CHR" -#status_bat = "⚡ BAT" -#status_full = "☻ FULL" -#low_threshold = 10 -#} - tztime local { format = "%Y-%m-%d %H:%M" } |
