From 112cc36445a849c3020197a41d3f480e18a6be3f Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Thu, 31 Dec 2020 03:00:41 +0100 Subject: Update Removing TMV folder to put it at the root since there's no longer TMU --- TMV/etc/i3status.conf | 73 --------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 TMV/etc/i3status.conf (limited to 'TMV/etc/i3status.conf') diff --git a/TMV/etc/i3status.conf b/TMV/etc/i3status.conf deleted file mode 100644 index b3c138a..0000000 --- a/TMV/etc/i3status.conf +++ /dev/null @@ -1,73 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - color_good="#c583b6" - color_bad="#231c51" - color_degraded="#6c2e8d" - interval = 1 -} - -#order += "ipv6" -order += "wireless _first_" -order += "ethernet _first_" -order += "battery all" -order += "disk /" -#order += "load" -#order += "memory" -order += "volume master" -order += "tztime utc" - -wireless _first_ { - format_up = "W: (%quality at %essid) %ip" - format_down = "W: down" -} - -ethernet _first_ { - format_up = "E: %ip (%speed)" - format_down = "E: down" -} - -battery all { - format = "%status %percentage %remaining %emptytime" - format_down = "No battery" - status_chr = "⚡ CHR" - status_bat = "🔋 BAT" - status_unk = "? UNK" - status_full = "☻ FULL" - path = "/sys/class/power_supply/BAT%d/uevent" - low_threshold = 20 -} - -disk "/" { - format = "%avail / %total" -} - -load { - format = "%1min" -} - -memory { - format = "%used / %available" - threshold_degraded = "1G" - format_degraded = "MEMORY < %available" -} - -tztime utc { - format = "%a %d %b %Y %H:%M:%S" - timezone = "Etc/UTC" -} - -volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" - device = "default" - mixer = "Master" - mixer_idx = 0 -} -- cgit v1.2.3