a lot of laptop changes

This commit is contained in:
Chris Cochrun 2021-12-06 06:05:41 -06:00
parent 8e179c3910
commit 9a725dcc03
35 changed files with 275 additions and 180 deletions

View file

@ -0,0 +1,12 @@
/*-*- mode: css; -*-*/
configuration {
font: "VictorMono Nerd Font 12.0";
show-icons: false;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
background-color: @base00;
}

View file

@ -2,7 +2,11 @@
configuration {
font: "VictorMono Nerd Font 22.0";
font: "VictorMono Nerd Font 24.0";
show-icons: false;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
background-color: @base00t;
}

View file

@ -0,0 +1,14 @@
/*-*- mode: css; -*-*/
configuration {
font: "VictorMono Nerd Font 12.0";
show-icons: false;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
width: 70%;
background-color: @base00;
}

View file

@ -2,7 +2,7 @@
configuration {
font: "VictorMono Nerd Font 22.0";
font: "VictorMono Nerd Font 24.0";
show-icons: false;
}
@import "/home/chris/.config/rofi/config.rasi"
@ -10,4 +10,5 @@ configuration {
window {
width: 70%;
background-color: @base00t;
}

View file

@ -0,0 +1,13 @@
/*-*- mode: css; -*-*/
configuration {
font: "VictorMono Nerd Font 12.0";
show-icons: true;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
background-color: @base00;
}

View file

@ -2,7 +2,12 @@
configuration {
font: "VictorMono Nerd Font 22.0";
font: "VictorMono Nerd Font 24.0";
show-icons: true;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
background-color: @base00t;
}

View file

@ -1,8 +1,12 @@
#!/usr/bin/env bash
if [ $(hostname) = "syl" ]; then
style="laptop"
#echo "this is hidpi"
if [ $XDG_SESSION_TYPE = "x11" ]; then
style="laptop"
else
style="laptop-wayland"
#echo "this is hidpi"
fi
else
style="desktop"
#echo "this is not hidpi"