Added config files
This commit is contained in:
parent
1310696e44
commit
1a0e71c052
|
@ -87,7 +87,7 @@ tray-padding = 4
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
[bar/primary]
|
[bar/center]
|
||||||
bottom = false
|
bottom = false
|
||||||
monitor = DP-2
|
monitor = DP-2
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ modules-right = pulseaudio xkeyboard memory cpu wlan eth date
|
||||||
|
|
||||||
;monitor = ${env:monitor:hdmi-1}
|
;monitor = ${env:monitor:hdmi-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 40
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
;radius = 6.0
|
;radius = 6.0
|
||||||
|
@ -118,9 +118,9 @@ padding-right = 2
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
font-0 = fixed:pixelsize=10;1
|
font-0 = fixed:pixelsize=18;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=18:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=18;1
|
||||||
|
|
||||||
tray-position = center
|
tray-position = center
|
||||||
tray-padding = 4
|
tray-padding = 4
|
||||||
|
@ -140,7 +140,7 @@ tray-padding = 4
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
[bar/secondary]
|
[bar/left]
|
||||||
bottom = false
|
bottom = false
|
||||||
monitor = DP-4
|
monitor = DP-4
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ modules-left = bspwm
|
||||||
modules-right = pulseaudio date
|
modules-right = pulseaudio date
|
||||||
|
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 45
|
height = 40
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
;radius = 6.0
|
;radius = 6.0
|
||||||
|
@ -169,9 +169,9 @@ padding-right = 2
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
font-0 = fixed:pixelsize=16;1
|
font-0 = fixed:pixelsize=18;1
|
||||||
font-1 = unifont:fontformat=truetype:size=12:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=18:antialias=false;0
|
||||||
font-2 = siji:pixelsize=16;1
|
font-2 = siji:pixelsize=18;1
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
@ -180,7 +180,7 @@ tray-padding = 2
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
[bar/tertiary]
|
[bar/top]
|
||||||
bottom = false
|
bottom = false
|
||||||
monitor = HDMI-0
|
monitor = HDMI-0
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@ modules-right = pulseaudio date
|
||||||
|
|
||||||
;monitor = ${env:monitor:hdmi-1}
|
;monitor = ${env:monitor:hdmi-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 40
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
;radius = 6.0
|
;radius = 6.0
|
||||||
|
@ -211,9 +211,9 @@ padding-right = 2
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
font-0 = fixed:pixelsize=10;1
|
font-0 = fixed:pixelsize=18;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=18:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=18;1
|
||||||
|
|
||||||
;tray-position = right
|
;tray-position = right
|
||||||
;tray-padding = 2
|
;tray-padding = 2
|
||||||
|
|
|
@ -12,21 +12,21 @@ CURRENT_MONITOR_CONFIG=${1:-7}
|
||||||
# ~/.config/polybar/config
|
# ~/.config/polybar/config
|
||||||
if [[ "${CURRENT_MONITOR_CONFIG}" -eq 4 ]];then
|
if [[ "${CURRENT_MONITOR_CONFIG}" -eq 4 ]];then
|
||||||
echo "Going with 4 for polybar"
|
echo "Going with 4 for polybar"
|
||||||
polybar primary &
|
polybar center &
|
||||||
polybar secondary &
|
polybar left &
|
||||||
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 5 ]];then
|
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 5 ]];then
|
||||||
echo "Going with 5 for polybar"
|
echo "Going with 5 for polybar"
|
||||||
polybar primary &
|
polybar center &
|
||||||
polybar tertiary &
|
polybar top &
|
||||||
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 6 ]];then
|
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 6 ]];then
|
||||||
echo "Going with 6 for polybar"
|
echo "Going with 6 for polybar"
|
||||||
polybar secondary &
|
polybar left &
|
||||||
polybar tertiary &
|
polybar top &
|
||||||
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 7 ]];then
|
elif [[ "${CURRENT_MONITOR_CONFIG}" -eq 7 ]];then
|
||||||
echo "Going with 7 for polybar"
|
echo "Going with 7 for polybar"
|
||||||
polybar primary &
|
polybar center &
|
||||||
polybar secondary &
|
polybar left &
|
||||||
polybar tertiary &
|
polybar top &
|
||||||
else
|
else
|
||||||
echo "Going with default for polybar"
|
echo "Going with default for polybar"
|
||||||
polybar example &
|
polybar example &
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DP-4 --primary --mode 3840x2160 --rate 60.00 --pos 0x0 --output DP-2 --mode 2560x1440 --rate 165.00 --pos 2160x1080 --rotate normal --output HDMI-0 --mode 1920x1080 --pos 2160x0 --rate 60.0 --rotate normal --output DP-1 --off --output DP-3 --off
|
xrandr --output DP-4 --primary --mode 3840x2160 --rate 60.00 --pos 0x648 --output DP-2 --mode 2560x1440 --rate 165.00 --pos 2160x1728 --rotate normal --scale 1.6x1.6 --output HDMI-0 --mode 1920x1080 --pos 2160x0 --rate 60.0 --rotate normal --scale 1.6x1.6 --output DP-1 --off --output DP-3 --off
|
||||||
xrandr --output DP-4 --rotate right
|
xrandr --output DP-4 --rotate right
|
||||||
|
|
3
.screenlayout/seven.sh.bak
Executable file
3
.screenlayout/seven.sh.bak
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
xrandr --output DP-4 --primary --mode 3840x2160 --rate 60.00 --pos 0x0 --output DP-2 --mode 2560x1440 --rate 165.00 --pos 2160x1080 --rotate normal --output HDMI-0 --mode 1920x1080 --pos 2160x0 --rate 60.0 --rotate normal --output DP-1 --off --output DP-3 --off
|
||||||
|
xrandr --output DP-4 --rotate right
|
3
.screenlayout/seven.sh.bak.bak
Executable file
3
.screenlayout/seven.sh.bak.bak
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
xrandr --output DP-4 --primary --mode 3840x2160 --rate 60.00 --pos 0x0 --scale 0.6x0.6 --output DP-2 --mode 2560x1440 --rate 165.00 --pos 1296x1080 --rotate normal --output HDMI-0 --mode 1920x1080 --pos 1296x0 --rate 60.0 --rotate normal --output DP-1 --off --output DP-3 --off
|
||||||
|
xrandr --output DP-4 --rotate right
|
Loading…
Reference in New Issue
Block a user