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:
		| @@ -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] | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user