a lot of laptop changes
This commit is contained in:
parent
8e179c3910
commit
9a725dcc03
35 changed files with 275 additions and 180 deletions
12
rofi/launchers-git/laptop-rbw-wayland.rasi
Normal file
12
rofi/launchers-git/laptop-rbw-wayland.rasi
Normal 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;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
14
rofi/launchers-git/laptop-search-wayland.rasi
Normal file
14
rofi/launchers-git/laptop-search-wayland.rasi
Normal 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;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
13
rofi/launchers-git/laptop-wayland.rasi
Normal file
13
rofi/launchers-git/laptop-wayland.rasi
Normal 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;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue