style to dark grey + new screen
This commit is contained in:
@@ -28,7 +28,7 @@ elif xrandr | grep "$externo connected"; then
|
|||||||
xrandr --output "$interno" --auto --mode 1920x1080 --output "$externo" --auto --above "$interno" --output "$externo2" --off
|
xrandr --output "$interno" --auto --mode 1920x1080 --output "$externo" --auto --above "$interno" --output "$externo2" --off
|
||||||
;;
|
;;
|
||||||
"Dual Side")
|
"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
|
xrandr --output HDMI-A-0 --primary --mode 1920x1080 --rate 60 --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")
|
"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
|
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
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
/* colors */
|
/* colors */
|
||||||
|
/* Primary blue 415a77*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
al: #00000000;
|
al: #00000000;
|
||||||
bg: #090909CF;
|
bg: #101010FF;
|
||||||
bga: #000000BF;
|
bga: #09090AA0;
|
||||||
fg: #f5f5f5FF;
|
fg: #f5f5f5FF;
|
||||||
ac: #415a77FF;
|
ac: #2b3648FF;
|
||||||
se: #415a775A;
|
se: #2b36485A;
|
||||||
font: "Terminus 13";
|
font: "Terminus 12";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user