diff --git a/.config/i3/blocks/config b/.config/i3/blocks/config index 7dc1a4e..5c9456c 100644 --- a/.config/i3/blocks/config +++ b/.config/i3/blocks/config @@ -31,7 +31,7 @@ markup=none align=center color=#F3F4F5 separator=false -separator_block_width=10 +separator_block_width=12 #[window title] #command=xtitle -s #| sed 's/^$/ /g'" @@ -40,15 +40,6 @@ separator_block_width=10 #min_width=700 #interval=persist -#[separator] - -# Command gets the text. This -# needs to do command on click -#[playpause] -#label=$ -#command=mpc toggle -#interval=once - [volume] instance=Master interval=10 @@ -71,13 +62,13 @@ interval=600 [cpu_usage] label= -interval=5 +interval=2 [separator] [memory] label= -interval=30 +interval=10 [separator] diff --git a/.config/i3/config b/.config/i3/config index b6a55c4..6837491 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -48,7 +48,8 @@ bindsym $mod+o focus child set $tl "DP-0.2.1" set $tr "DP-0.2.2.1" set $bl "DP-0.1" -set $br "DVI-D-0" +set $br "DP-0.2.2.2.1" +#set $br "DVI-D-0" # Workspace -> Screen workspace 1 output $bl @@ -112,8 +113,8 @@ bar { workspace_buttons yes strip_workspace_numbers yes tray_output primary - tray_padding 2 - height 20 + tray_padding 4 + height 24 #output $br position top diff --git a/scripts/4screens b/scripts/4screens index d11a8e9..6e1e8f8 100755 --- a/scripts/4screens +++ b/scripts/4screens @@ -1,2 +1,9 @@ #!/bin/sh -xrandr --output DP-0.2.2.1 --mode 1920x1080 --pos 1920x0 --rotate inverted --output DP-0.1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DVI-D-0 --mode 1920x1080 --pos 1920x1080 --rotate normal --output DP-0.2.1 --mode 1920x1080 --pos 0x0 --rotate inverted --output DP-0.2.2.2.1 --off --output HDMI-0 --off --output DP-5 --off --output DP-4 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off --output DP-0 --off +set -e + +xrandr --output DP-0.1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal \ + --output DP-0.2.1 --mode 1920x1080 --pos 0x0 --rotate inverted \ + --output DP-0.2.2.1 --mode 1920x1080 --pos 1920x0 --rotate inverted \ + --output DP-0.2.2.2.1 --mode 1920x1080 --pos 1920x1080 --rotate normal + +[ -e ~/.fehbg ] && ~/.fehbg