aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
commitc4b23c041c5a4d549a33d2622df8074976084009 (patch)
tree12884f751f7020d5c8865a60a4d171bc0ea719de
parentUse tabs for readline config (diff)
downloaddotfiles-c4b23c041c5a4d549a33d2622df8074976084009.tar.gz
dotfiles-c4b23c041c5a4d549a33d2622df8074976084009.zip
Use tabs for i3 config
-rw-r--r--i3/config38
-rw-r--r--i3/status10
2 files changed, 24 insertions, 24 deletions
diff --git a/i3/config b/i3/config
index be00e590..bb66a8d2 100644
--- a/i3/config
+++ b/i3/config
@@ -74,27 +74,27 @@ bindsym $mod+Shift+9 move container to workspace 9
# Mod+r resizes a container
bindsym $mod+r mode "resize"
mode "resize" {
- bindsym h resize shrink width 10 px or 10 ppt
- bindsym j resize grow height 10 px or 10 ppt
- bindsym k resize shrink height 10 px or 10 ppt
- bindsym l resize grow width 10 px or 10 ppt
- bindsym Return mode "default"
- bindsym Escape mode "default"
+ bindsym h resize shrink width 10 px or 10 ppt
+ bindsym j resize grow height 10 px or 10 ppt
+ bindsym k resize shrink height 10 px or 10 ppt
+ bindsym l resize grow width 10 px or 10 ppt
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
}
# i3bar at bottom of screen
bar {
- position bottom
- status_command i3status --config ~/.i3/status
- workspace_buttons yes
-
- colors {
- background #111111
- statusline #eeeeee
-
- focused_workspace #ffffff #285577
- active_workspace #ffffff #333333
- inactive_workspace #888888 #222222
- urgent_workspace #ffffff #900000
- }
+ position bottom
+ status_command i3status --config ~/.i3/status
+ workspace_buttons yes
+
+ colors {
+ background #111111
+ statusline #eeeeee
+
+ focused_workspace #ffffff #285577
+ active_workspace #ffffff #333333
+ inactive_workspace #888888 #222222
+ urgent_workspace #ffffff #900000
+ }
}
diff --git a/i3/status b/i3/status
index 87cf9df8..9c9b60d6 100644
--- a/i3/status
+++ b/i3/status
@@ -5,13 +5,13 @@ order += "tztime local"
order += "battery 0"
load {
- format = "%1min/%5min/%15min"
+ format = "%1min/%5min/%15min"
}
tztime local {
- format = "%Y-%m-%d %H:%M:%S"
+ format = "%Y-%m-%d %H:%M:%S"
}
battery 0 {
- format = "%status %percentage %remaining %emptytime"
- path = "/sys/class/power_supply/BAT%d/uevent"
- low_threshold = 15
+ format = "%status %percentage %remaining %emptytime"
+ path = "/sys/class/power_supply/BAT%d/uevent"
+ low_threshold = 15
}