diff --git a/.config/i3/config b/.config/i3/config index a7754c2..0b63bae 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -192,8 +192,9 @@ bar { # tray_output primary # tray_output eDP1 - bindsym button4 nop - bindsym button5 nop + #bindsym button4 nop # use to disable + bindsym button4 workspace next + bindsym button5 workspace prev font xft:URWGothic-Book 16 strip_workspace_numbers yes diff --git a/.config/i3status/config b/.config/i3status/config new file mode 100644 index 0000000..58a9372 --- /dev/null +++ b/.config/i3status/config @@ -0,0 +1,82 @@ +# 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 + interval = 5 + color_good = "#2AA198" + color_bad = "#586E75" + color_degraded = "#DC322F" +} + +# order += "ipv6" +order += "wireless _first_" +order += "ethernet _first_" +order += "cpu_usage" +order += "memory" +# order += "disk /" +# order += "disk /home" +order += "battery all" +# order += "load" +order += "tztime local" + +#wireless wlp4s0 { +wireless _first_ { + format_up = "W: (%quality at %essid, %bitrate) %ip" + format_down = "W: down" +} + +ethernet _first_ { +# if you use %speed, i3status requires root privileges + format_up = " lan: %ip %speed " + format_down = "" +} + +cpu_usage { + format = " cpu %usage " +} + +load { + format = " load %1min " + # max_threshold = 0.3 +} + +disk "/" { + # format = " hdd %avail " + format = " ⛁ %avail " +} + +battery all { + # format = "%status %percentage %remaining %emptytime" + format = " %status %percentage" + format_down = "No battery" + last_full_capacity = true + integer_battery_capacity = true + # status_chr = "" + status_chr = "⚡" + # status_bat = "bat" + # status_bat = "☉" + status_bat = "" + # status_unk = "?" + status_unk = "" + # status_full = "" + status_full = "☻" + low_threshold = 15 + threshold_type = time +} + +memory { + format = "%used | %available" + threshold_degraded = "1G" + format_degraded = "MEMORY < %available" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" + #format = " %d.%m. %H:%M " +} diff --git a/.gitignore b/.gitignore index 0ca8aeb..c84bb4c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ bin/ghidra* bin/android-studio* bin/bookworm bin/TODO +.config/systemd/user/default.target.wants diff --git a/place-dotfiles.sh b/place-dotfiles.sh index f5842a6..215e42d 100755 --- a/place-dotfiles.sh +++ b/place-dotfiles.sh @@ -30,6 +30,7 @@ dotfile_home_list=".bashrc \ config_dir_list="alacritty \ cava \ i3 \ +i3status nano \ neofetch \ nvim \