mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Update i3 bar & screen configuration
This commit is contained in:
parent
c53f73d15d
commit
7c6656b8d0
@ -31,7 +31,7 @@ markup=none
|
|||||||
align=center
|
align=center
|
||||||
color=#F3F4F5
|
color=#F3F4F5
|
||||||
separator=false
|
separator=false
|
||||||
separator_block_width=10
|
separator_block_width=12
|
||||||
|
|
||||||
#[window title]
|
#[window title]
|
||||||
#command=xtitle -s #| sed 's/^$/ /g'"
|
#command=xtitle -s #| sed 's/^$/ /g'"
|
||||||
@ -40,15 +40,6 @@ separator_block_width=10
|
|||||||
#min_width=700
|
#min_width=700
|
||||||
#interval=persist
|
#interval=persist
|
||||||
|
|
||||||
#[separator]
|
|
||||||
|
|
||||||
# Command gets the text. This
|
|
||||||
# needs to do command on click
|
|
||||||
#[playpause]
|
|
||||||
#label=$
|
|
||||||
#command=mpc toggle
|
|
||||||
#interval=once
|
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
instance=Master
|
instance=Master
|
||||||
interval=10
|
interval=10
|
||||||
@ -71,13 +62,13 @@ interval=600
|
|||||||
|
|
||||||
[cpu_usage]
|
[cpu_usage]
|
||||||
label=
|
label=
|
||||||
interval=5
|
interval=2
|
||||||
|
|
||||||
[separator]
|
[separator]
|
||||||
|
|
||||||
[memory]
|
[memory]
|
||||||
label=
|
label=
|
||||||
interval=30
|
interval=10
|
||||||
|
|
||||||
[separator]
|
[separator]
|
||||||
|
|
||||||
|
@ -48,7 +48,8 @@ bindsym $mod+o focus child
|
|||||||
set $tl "DP-0.2.1"
|
set $tl "DP-0.2.1"
|
||||||
set $tr "DP-0.2.2.1"
|
set $tr "DP-0.2.2.1"
|
||||||
set $bl "DP-0.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 -> Screen
|
||||||
workspace 1 output $bl
|
workspace 1 output $bl
|
||||||
@ -112,8 +113,8 @@ bar {
|
|||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
tray_output primary
|
tray_output primary
|
||||||
tray_padding 2
|
tray_padding 4
|
||||||
height 20
|
height 24
|
||||||
|
|
||||||
#output $br
|
#output $br
|
||||||
position top
|
position top
|
||||||
|
@ -1,2 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user