summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3status/config16
-rw-r--r--.config/sway/config2
-rw-r--r--[-rwxr-xr-x].config/sway/xdpw0
3 files changed, 11 insertions, 7 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index b5f64fb..3c050d3 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -13,17 +13,17 @@ general {
}
order += "ipv6"
-order += "memory"
order += "disk /"
order += "wireless _first_"
#order += "ethernet _first_"
-order += "battery 0"
order += "volume master"
+order += "memory"
order += "load"
#order += "tztime local"
order += "tztime holder__jdate"
order += "tztime tehran"
order += "tztime vancouver"
+order += "battery 0"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
@@ -37,10 +37,14 @@ ethernet _first_ {
}
battery 0 {
- format = "%status %percentage %remaining %emptytime"
- #path = "/sys/class/power_supply/rk-bat/uevent"
- path = "/sys/class/power_supply/cw2015-battery/uevent"
- #path = "/sys/class/power_supply/BAT0/uevent"
+ format = "%status %percentage %remaining %emptytime"
+ format_down = "No battery"
+ status_chr = "⚡ CHR"
+ status_bat = "🔋 BAT"
+ status_unk = "? UNK"
+ status_full = "☻ FULL"
+ low_threshold = 10
+ path = "/sys/class/power_supply/BAT%d/uevent"
}
tztime local {
diff --git a/.config/sway/config b/.config/sway/config
index 060895e..4cd1a74 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -4,7 +4,7 @@ set $down j
set $up k
set $right l
set $mod Mod4
-set $term foot
+set $term foot --term xterm-256color
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
diff --git a/.config/sway/xdpw b/.config/sway/xdpw
index 81fc8ca..81fc8ca 100755..100644
--- a/.config/sway/xdpw
+++ b/.config/sway/xdpw