Transparency changed
This commit is contained in:
@@ -22,7 +22,7 @@ if xrandr | grep "$externo connected" && xrandr | grep "$externo2 connected"; th
|
||||
;;
|
||||
esac
|
||||
elif xrandr | grep "$externo connected"; then
|
||||
eleccion="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p 'System' -width 12 -line-padding 3 -lines 6 -theme /home/danih/Scripts/rofi/monitor.rasi <<< "Dual Side|Dual Top|Dual Side Vertical|Interna|Externa|Duplicar")"
|
||||
eleccion="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p 'System' -width 12 -line-padding 3 -lines 6 -theme /home/danih/Scripts/rofi/monitor.rasi <<< "Dual Side|Dual Top|Dual Side Vertical|Dual Side Low|Interna|Externa|Duplicar")"
|
||||
case "$eleccion" in
|
||||
"Dual Top")
|
||||
xrandr --output "$interno" --auto --mode 1920x1080 --output "$externo" --auto --above "$interno" --output "$externo2" --off
|
||||
@@ -30,6 +30,9 @@ elif xrandr | grep "$externo connected"; then
|
||||
"Dual Side")
|
||||
xrandr --output HDMI-A-0 --primary --mode 1920x1080 --rate 120 --pos 1920x0 --rotate normal --output eDP --mode 1920x1080 --rate 60 --pos 0x600 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off
|
||||
;;
|
||||
"Dual Side Low")
|
||||
xrandr --output HDMI-A-0 --mode 1600x900 --pos 1920x0 --rotate normal --output eDP --primary --mode 1920x1080 --rate 60 --pos 0x315 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off
|
||||
;;
|
||||
"Dual Side Vertical")
|
||||
xrandr --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate right --output eDP --primary --mode 1920x1080 --pos 1080x1762 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off
|
||||
;;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
* {
|
||||
al: #00000000;
|
||||
bg: #090909FF;
|
||||
bga: #000000FF;
|
||||
bg: #090909CF;
|
||||
bga: #000000BF;
|
||||
fg: #f5f5f5FF;
|
||||
ac: #415a77FF;
|
||||
se: #415a775A;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* {
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
font: "Terminus 9";
|
||||
font: "Terminus 14";
|
||||
}
|
||||
|
||||
window {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Envy Code R 10";
|
||||
font: "Source Code Pro 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* {
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
font: "Terminus 12";
|
||||
font: "Source Code Pro 12";
|
||||
}
|
||||
|
||||
window {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Terminus 10";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Terminus 10";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Terminus 10";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* {
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
font: "Terminus 9";
|
||||
font: "Terminus 12";
|
||||
}
|
||||
|
||||
window {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Envy Code R 10";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Terminus 9";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Terminus 10";
|
||||
font: "Terminus 12";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
||||
Reference in New Issue
Block a user