aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:44:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:44:03 +1200
commit506e0545b0f20567d74b14d20f06c6f804e7bdc2 (patch)
treeb9e4a8a745e7e255964ddeed2153fd5793074f9e
parentRemove battery display in i3bar for now (diff)
downloaddotfiles-506e0545b0f20567d74b14d20f06c6f804e7bdc2.tar.gz
dotfiles-506e0545b0f20567d74b14d20f06c6f804e7bdc2.zip
Lean on default path for i3 status config
-rw-r--r--Makefile3
-rw-r--r--i3/config2
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f557e50c..9f98ce20 100644
--- a/Makefile
+++ b/Makefile
@@ -456,7 +456,8 @@ install-gnupg: gnupg/profile.d/gnupg.sh install-sh
install-i3: install-x
mkdir -p -- $(XDG_CONFIG_HOME)/i3
cp -p -- i3/config $(XDG_CONFIG_HOME)/i3
- cp -p -- i3/status $(XDG_CONFIG_HOME)/i3
+ mkdir -p -- $(XDG_CONFIG_HOME)/i3status
+ cp -p -- i3/status $(XDG_CONFIG_HOME)/i3status/config
install-init:
if test -d /run/systemd/system ; then make install-systemd ; fi
diff --git a/i3/config b/i3/config
index 07ee5f27..f05e00c6 100644
--- a/i3/config
+++ b/i3/config
@@ -84,7 +84,7 @@ mode "resize" {
# i3bar at bottom of screen
bar {
- status_command i3status --config ~/.config/i3/status
+ status_command i3status
colors {
background #111111
}