aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-11-17 19:29:20 +0100
committerMasfehico <clyhtsuriva@gmail.com>2020-11-17 19:29:20 +0100
commit810edd05dce779e4c54badc1aca08d3dd0ad0c50 (patch)
treee4a0ce9b4a4253f7bc8b7cd1d0f3f9691c6e2878
parentd647d818e0330d50badfdd0a97299f25b86a0273 (diff)
update
-rw-r--r--TMV/Pictures/icons/chromium.pngbin0 -> 2738 bytes
-rw-r--r--TMV/Pictures/icons/screenshot.pngbin0 -> 25573 bytes
-rw-r--r--TMV/etc/i3status.conf73
3 files changed, 73 insertions, 0 deletions
diff --git a/TMV/Pictures/icons/chromium.png b/TMV/Pictures/icons/chromium.png
new file mode 100644
index 0000000..09a1ebe
--- /dev/null
+++ b/TMV/Pictures/icons/chromium.png
Binary files differ
diff --git a/TMV/Pictures/icons/screenshot.png b/TMV/Pictures/icons/screenshot.png
new file mode 100644
index 0000000..edc5732
--- /dev/null
+++ b/TMV/Pictures/icons/screenshot.png
Binary files differ
diff --git a/TMV/etc/i3status.conf b/TMV/etc/i3status.conf
new file mode 100644
index 0000000..b3c138a
--- /dev/null
+++ b/TMV/etc/i3status.conf
@@ -0,0 +1,73 @@
+# 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
+}