aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-11-17 19:30:43 +0100
committerMasfehico <clyhtsuriva@gmail.com>2020-11-17 19:30:43 +0100
commit4bb3b1b547fd29c73f1be3c71782a42f1cb5fcbc (patch)
tree116d4b3b7b76eac51a0568311b786c4d89d6cc04
parent810edd05dce779e4c54badc1aca08d3dd0ad0c50 (diff)
update
-rw-r--r--TMV/Pictures/icons/chromium.pngbin2738 -> 0 bytes
-rw-r--r--TMV/Pictures/icons/discord.pngbin127582 -> 0 bytes
-rw-r--r--TMV/Pictures/icons/firefox.pngbin128934 -> 0 bytes
-rw-r--r--TMV/Pictures/icons/screenshot.pngbin25573 -> 0 bytes
-rw-r--r--TMV/Pictures/icons/tor.pngbin44535 -> 0 bytes
-rw-r--r--TMV/Pictures/retrowave-pyramid.pngbin371063 -> 0 bytes
-rw-r--r--TMV/etc/i3status.conf73
7 files changed, 0 insertions, 73 deletions
diff --git a/TMV/Pictures/icons/chromium.png b/TMV/Pictures/icons/chromium.png
deleted file mode 100644
index 09a1ebe..0000000
--- a/TMV/Pictures/icons/chromium.png
+++ /dev/null
Binary files differ
diff --git a/TMV/Pictures/icons/discord.png b/TMV/Pictures/icons/discord.png
deleted file mode 100644
index 967081f..0000000
--- a/TMV/Pictures/icons/discord.png
+++ /dev/null
Binary files differ
diff --git a/TMV/Pictures/icons/firefox.png b/TMV/Pictures/icons/firefox.png
deleted file mode 100644
index 93541eb..0000000
--- a/TMV/Pictures/icons/firefox.png
+++ /dev/null
Binary files differ
diff --git a/TMV/Pictures/icons/screenshot.png b/TMV/Pictures/icons/screenshot.png
deleted file mode 100644
index edc5732..0000000
--- a/TMV/Pictures/icons/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/TMV/Pictures/icons/tor.png b/TMV/Pictures/icons/tor.png
deleted file mode 100644
index d4a0dc0..0000000
--- a/TMV/Pictures/icons/tor.png
+++ /dev/null
Binary files differ
diff --git a/TMV/Pictures/retrowave-pyramid.png b/TMV/Pictures/retrowave-pyramid.png
deleted file mode 100644
index e8d572e..0000000
--- a/TMV/Pictures/retrowave-pyramid.png
+++ /dev/null
Binary files differ
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
-}