diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 4aae283..dd958b7 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -15,7 +15,7 @@ command=hostname -i | awk '{ print "IP:" $1 }' interval=once color=#91E78B -# # Update time every 5 seconds +# # Update time every 1 seconds [time] command=date +%T interval=1 diff --git a/.scripts/setup/startxrandr b/.scripts/setup/startxrandr new file mode 100755 index 0000000..2c39249 --- /dev/null +++ b/.scripts/setup/startxrandr @@ -0,0 +1,4 @@ +#!/bin/bash + +xrandr --auto --output HDMI-0 --primary --left-of DVI-D-0 +