I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -44,13 +44,14 @@ configuration {
|
|||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a36AA;
|
||||
base00t: #282a3644;
|
||||
background-alt: @base02;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
width: 60%;
|
||||
|
|
8
rofi/launchers-git/desktop-rbw.rasi
Normal file
8
rofi/launchers-git/desktop-rbw.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
show-icons: false;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
|
@ -1,15 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
show-icons: true;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/launchers-git/blurry.rasi"
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
||||
|
|
8
rofi/launchers-git/laptop-rbw.rasi
Normal file
8
rofi/launchers-git/laptop-rbw.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
show-icons: false;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
|
@ -1,15 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 28.0";
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
show-icons: true;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/launchers-git/blurry.rasi"
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="desktop"
|
||||
style="laptop"
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
style="desktop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue