diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-05 01:34:53 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-05 01:34:53 -0300 |
commit | 0bef9396d785da4b4ea7ca6feb21b3d1b7a13cf2 (patch) | |
tree | bbc56abce6d751b93be97280b3fa9aae04b2d46e /.config | |
parent | 7e46a6faab807a98656dc197587d3f05f09c62e2 (diff) | |
download | dots-0bef9396d785da4b4ea7ca6feb21b3d1b7a13cf2.tar.gz |
i3status-rust: removed location name from bar
i were to took a screenshot and almost got doxxed (skull emoji)
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3status-rust/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index e2a3aa3..066e4b8 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -16,7 +16,7 @@ idle_fg = "#edebee" [[block]] block = "custom" -command = ''' curl https://wttr.in/$(cat "$XDG_DATA_HOME"/cityname)?format=%t%20%c%l%20%p ''' +command = ''' curl https://wttr.in/$(cat "$XDG_DATA_HOME"/cityname)?format=%t%20%c%p ''' [[block]] block = "memory" |