summaryrefslogtreecommitdiff
path: root/.config/i3status/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3status/config')
-rw-r--r--.config/i3status/config83
1 files changed, 0 insertions, 83 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
deleted file mode 100644
index 4990d5e..0000000
--- a/.config/i3status/config
+++ /dev/null
@@ -1,83 +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 {
- output_format = i3bar
- colors = true
- interval = 5
- separator = " / "
- color_good = "#68fc5a"
- color_bad = "#fc785a"
- color_degraded = "#fcf45a"
-}
-
-order += "volume master"
-order += "disk /"
-order += "disk /home"
-order += "wireless _first_"
-order += "ethernet enp0s31f6"
-order += "battery all"
-order += "cpu_usage"
-order += "cpu_temperature all"
-order += "time"
-
-volume master {
- format = "墳 %volume"
- format_muted = "奄 %volume"
- device = "default"
- mixer = "Master"
- mixer_idx = 0
-}
-
-wireless _first_ {
- # if you use %speed, i3status requires root privileges
- format_up = " " # %ip (%speed)"
- format_down = "" # "E: down"
-}
-
-ethernet enp0s31f6 {
- # if you use %speed, i3status requires root privileges
- format_up = " %ip" # %ip (%speed)"
- format_down = "" # "E: down"
-}
-
-battery all {
- format = "%status %percentage" # %remaining"
- hide_seconds = true
- integer_battery_capacity = true
- status_unk = ""
- status_chr = "" # "[]"
- status_bat = "" # "[]"
- status_full = "" # ""
- format_down = ""
- last_full_capacity = true
- low_threshold = 35
- threshold_type = percent
-}
-
-time {
- format = "%Y-%m-%d %H:%M"
-}
-
-cpu_temperature all {
- format = " %degrees°"
- max_threshold = 50
-}
-
-cpu_usage {
- format = " %usage"
- max_threshold = 50
-}
-
-disk "/" {
- format = " [%avail]"
-}
-
-disk "/home" {
- format = " [%avail]"
-}