summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2021-11-03 19:45:45 +0100
committeradamstuck <adam.moloney.stuck@gmail.com>2021-11-03 19:45:45 +0100
commitaa023d36107f6ec5713cc08c0dee7c5904fec367 (patch)
treee2bdd54e5cb20ca92d8dda1816504771aa4b9374
parent0efe32b1e1344472263a456d27ac3d6e9e425d7d (diff)
minor misc
-rwxr-xr-x.config/i3/after5
-rw-r--r--.config/i3/init13
-rw-r--r--.config/polybar/config5
3 files changed, 20 insertions, 3 deletions
diff --git a/.config/i3/after b/.config/i3/after
new file mode 100755
index 0000000..e17ec59
--- /dev/null
+++ b/.config/i3/after
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+xset dpms 300 300 300 &
+xset r rate 300 25 &
+gtk-launch piavpn &
diff --git a/.config/i3/init b/.config/i3/init
new file mode 100644
index 0000000..69ecc68
--- /dev/null
+++ b/.config/i3/init
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+greenclip daemon &
+playerctld daemon &
+nitrogen --restore &
+redshift -l 56:10 &
+pcmanfm -d &
+nm-applet &
+exec i3 & wmpid=$!
+
+sleep 5
+source $HOME/.config/i3/after &
+wait $wmpid
diff --git a/.config/polybar/config b/.config/polybar/config
index 96a4ef2..e952567 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -44,7 +44,7 @@ font-2 = Font Awesome 5 Free Solid:size=14;4.5
modules-left = i3
modules-center =
-modules-right = xkeyboard pulseaudio date
+modules-right = xkeyboard pulseaudio battery date
tray-position = right
tray-padding = 2
@@ -66,7 +66,6 @@ label-layout-background = ${colors.background-alt}
label-indicator-padding = 2
label-indicator-margin = 0
label-indicator-background = ${colors.alert}
-label-indicator-foreground = #000
@@ -165,7 +164,7 @@ type = internal/date
interval = 5
date-alt = ""
-date = " %a, %b %d "
+date = "%a, %b %d "
time-alt = "%H:%M"
time = "%H:%M"