diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:35:01 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:35:01 +0100 |
commit | 094087893a66b250da1c97608c31c6b521c90153 (patch) | |
tree | 00f618274d6c765b65d3495e51cd8dc963e5b795 /i3/i3status.conf | |
parent | ee1220ccfb1e77e07f4c80121c1b383630025f74 (diff) | |
download | dotfiles-094087893a66b250da1c97608c31c6b521c90153.tar.gz dotfiles-094087893a66b250da1c97608c31c6b521c90153.tar.bz2 dotfiles-094087893a66b250da1c97608c31c6b521c90153.zip |
~Moved all files to respective folders for gnu stow
Diffstat (limited to 'i3/i3status.conf')
-rw-r--r-- | i3/i3status.conf | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/i3/i3status.conf b/i3/i3status.conf deleted file mode 100644 index 4699982..0000000 --- a/i3/i3status.conf +++ /dev/null @@ -1,66 +0,0 @@ -general { - output_format = "i3bar" - colors = true - interval = 1 -} - -# Furthest to closest - -order += "frame extra" -order += "online_status" -order += "volume master" -order += "battery_level 0" -order += "tztime local" - - -frame extra { - format = "{output} {button}" - open = False - - mpd_status { - state_pause = "" - state_play = "" - state_stop = "" - format = "MPD: [{state}]{title}" - } - - wireless wlp2s0 { - format_up = "Connected: %ip@%essid" - format_down = "" - } - - ethernet enp1s0 { - format_up = "Connection: %ip" - format_down = "" - } - - uptime { - format = "Uptime: {hours}hr {minutes}m" - } - - diskdata { - format = "Memes: {free} GB" - } -} - -online_status { - format = "{icon}" -} - -volume master { - format = " %volume" - format_muted = " 0" -} - -tztime local { - format = "%d/%m/%Y %H:%M" -} - -battery_level 0 { - format = "{icon}{percent}%" - path = "/sys/class/power_supply/BAT%d/uevent" - hide_seconds = true - threshold_type = percentage - low_threshold = 10 -} - |