X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/6a0568227ca836d8c3769e0e832e842c753600cd..d5dbdde553828b1af43ba2a34347a367f9e2890e:/rc.org diff --git a/rc.org b/rc.org index f3c86e6..2819060 100644 --- a/rc.org +++ b/rc.org @@ -923,31 +923,45 @@ general { interval = 5 } -order += "ipv6" +# order += "ipv6" order += "disk /" +order += "disk /data" order += "wireless _first_" -order += "ethernet _first_" -order += "battery all" +# order += "ethernet _first_" +order += "battery 0" +order += "volume master" order += "load" order += "tztime local" wireless _first_ { - format_up = "W: (%quality at %essid) %ip" + format_up = "W:%quality %essid %ip" format_down = "W: down" } -ethernet _first_ { - # if you use %speed, i3status requires root privileges - format_up = "E: %ip (%speed)" - format_down = "E: down" +# ethernet _first_ { +# # if you use %speed, i3status requires root privileges +# format_up = "E: %ip (%speed)" +# format_down = "E: down" +# } + +battery 0 { + format = "%status %percentage %remaining (%consumption)" + path = "/sys/class/power_supply/BAT%d/uevent" + low_threshold = "10" + threshold_type = "percentage" + last_full_capacity = true + integer_battery_capacity = true + hide_seconds = true } -battery all { - format = "%status %percentage %remaining" +tztime local { + format = "%-I:%M%P %a %b %d" } -tztime local { - format = "%Y-%m-%d %H:%M:%S" +volume master { + format = "♪ %volume" + format_muted = "🔇 %volume" + device = "pulse" } load { @@ -955,7 +969,11 @@ load { } disk "/" { - format = "%avail" + format = "/ %avail" +} + +disk "/data" { + format = "/data %avail" } #+end_src @@ -2274,12 +2292,15 @@ notmuch tag -inbox +lists/haskell-weekly -- folder:amin/lists/haskell-weekly notmuch tag -inbox +pay -- folder:amin/pay notmuch tag -inbox +banking -- folder:amin/banking +notmuch tag -inbox +work -- folder:amin/work # # notmuch tag -inbox +uw/cs136 -- folder:uwaterloo/lists/cs136 +notmuch tag -inbox +uw/se212 -- folder:uwaterloo/lists/se212 notmuch tag -inbox +uw/se463 -- folder:uwaterloo/lists/se463 +notmuch tag -inbox +lists/alloytools -- folder:uwaterloo/lists/alloytools notmuch tag -inbox +lists/clvsingle -- folder:uwaterloo/lists/Clvsingle notmuch tag -inbox +lists/gsa -- folder:uwaterloo/lists/GSA notmuch tag -inbox +lists/math-grad -- folder:uwaterloo/lists/Math-grad @@ -3816,6 +3837,9 @@ input "1:1:AT_Translated_Set_2_keyboard" { # start your launcher bindsym $mod+d exec $menu + # password manager + bindsym $mod2+space exec rofi-pass + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. @@ -3982,9 +4006,9 @@ include /etc/sway/config.d/* ** TLP *** TODO enigma -*** plasma +*** archy -#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "plasma")) "/sudo::/etc/default/tlp") +#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "archy")) "/sudo::/etc/default/tlp") # ------------------------------------------------------------------------------ # tlp - Parameters for power saving # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html