From 1cace80e4832a5d250ef4b7ccd687996563fb01b Mon Sep 17 00:00:00 2001 From: venomade Date: Thu, 27 Feb 2025 17:06:42 +0000 Subject: Add old dotfiles --- swaywm/config/i3status/config | 108 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 swaywm/config/i3status/config (limited to 'swaywm/config/i3status') diff --git a/swaywm/config/i3status/config b/swaywm/config/i3status/config new file mode 100644 index 0000000..77d19e7 --- /dev/null +++ b/swaywm/config/i3status/config @@ -0,0 +1,108 @@ +# i3status configuration file. +# b +# 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 + # color_good = "#ffff66" #"#00e6ac" #"#33cc3" #"#F08D0C" + interval = 5 + markup="pango" +} + +#pink #ff80bf #fa4c7e +#yellow #ffff66 #fdd243 +#green #aaff80 #78da59 +#Dark blue #1a8cff #166cd6 +#light blue #99ccff #33bdf5 +#Grey Shadow #b3b3b3 #8d8e90 +#Orange #ffa64d #fba137 + +order += "read_file powerprofile" +order += "cpu_usage" +order += "memory" +order += "disk /" +order += "wireless _first_" +#order += "ethernet enp4s0" +order += "battery 0" +order += "read_file brightness" +order += "volume master" +order += "time" + +wireless _first_ { + # format_up = " [%essid ]" + # format_down = " [down]" + format_up = "  %essid " + format_down = "  Wifi down " +} + +battery 0 { + format = " %status %percentage " + format_down = "No battery" + #'#fa4c7e' + status_chr = " " + status_bat = " " + status_full = " " + status_unk = "[? ukwn ] " + path = "/sys/class/power_supply/BAT%d/uevent" + low_threshold = 10 + #last_full_capacity = true + hide_seconds = true + integer_battery_capacity = true +} + +volume master { + #format = "[ ]: %volume " + format = "  %volume " + format_muted = "  %volume " + device = "default" + mixer = "Master" + mixer_idx = 0 +} + +time { + #format = "%time" + format = " %Y-%m-%d %H:%M:%S " + #format = "%time" + #format_time = "  %I:%M %p |  %a [%d]-%b [%m]" + #format_time = "%H:%M %Z" + separator_block_width = 0 + min_width = 100 + #format_time = "  %I:%M %p // %a [%d]-%b [%m]" +} + +ethernet enp4s0 { + # if you use %speed, i3status requires root privileges + format_up =" enp4s0:  %ip" + format_down = "" +} + + +disk "/" { + format = " 󰋊 %used " +} + +cpu_usage { + format = "  %usage " +} + +memory { + format = "  %used " +} + +read_file powerprofile { + path = "/tmp/powerprofile" + format = " %content " + format_bad = "..." +} + +read_file brightness { + path = "/tmp/brightness_status" + format = " %content " + format_bad = "..." +} \ No newline at end of file -- cgit 1.4.1-2-gfad0