moved to personal fennel config for awesome and added qutebrowser

This commit is contained in:
Chris Cochrun 2020-10-13 17:35:26 -05:00
parent 403cb92b7d
commit 688748f8a6
502 changed files with 8576 additions and 9597 deletions

View file

@ -8,3 +8,4 @@ configuration {
// xoffset: -20;
}
// @import "/usr/share/rofi/themes/android_notification.rasi"
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"

View file

@ -9,7 +9,7 @@
*/
configuration {
font: "VictorMono Nerd Font 22.0";
font: "VictorMono Nerd Font 14.0";
show-icons: true;
icon-theme: "Papirus";
display-drun: " ";
@ -37,7 +37,7 @@ configuration {
window {
background-color: #44444444;
text-color: @foreground;
border-radius: 35px;
border-radius: 0px;
border: 0px;
// height: 60%;
width: 50%;
@ -62,13 +62,13 @@ inputbar {
expand: false;
border-radius: 36px;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
padding: 6px 6px 6px 6px;
position: north;
}
prompt {
enabled: true;
padding: 0px 10px 0px 5px;
padding: 0px 6px 0px 5px;
background-color: @transparent;
text-color: @foreground;
// font: "FantasqueSansMono Nerd Font 16";
@ -84,7 +84,7 @@ entry {
placeholder: "Search";
blink: true;
border: 0px;
padding: 0px 0px 0px 10px;
padding: 0px 0px 0px 6px;
}
case-indicator {
@ -113,7 +113,7 @@ mainbox {
text-color: @transparent;
children: [ inputbar, listview ];
spacing: 5px;
padding: 30px 25px 15px 25px;
padding: 10px 10px 10px 10px;
}
element {
@ -125,7 +125,7 @@ element {
}
element-icon {
size: 25px;
size: 20px;
border: 0px;
padding: 0px 10px 0px;
}