added tridactyl and made lots of awesome changes
This commit is contained in:
parent
c4551f391e
commit
4fae307cdf
87 changed files with 11860 additions and 86 deletions
|
@ -1,3 +1,4 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
|
@ -8,7 +9,7 @@
|
|||
*/
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 24.0";
|
||||
font: "VictorMono Nerd Font 18.0";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
|
@ -51,12 +52,13 @@ window {
|
|||
mainbox {
|
||||
border-radius: 35px;
|
||||
background-color: @background-color;
|
||||
text-color: @foreground;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @background-alt;
|
||||
text-color: @transparent;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 36px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
|
@ -68,6 +70,7 @@ prompt {
|
|||
enabled: true;
|
||||
padding: 0px 10px 0px 5px;
|
||||
background-color: @transparent;
|
||||
text-color: @foreground;
|
||||
// font: "FantasqueSansMono Nerd Font 16";
|
||||
border: 0px;
|
||||
}
|
||||
|
@ -75,6 +78,7 @@ prompt {
|
|||
entry {
|
||||
background-color: @transparent;
|
||||
placeholder-color: @foreground;
|
||||
text-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
// placeholder: "Search";
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
# gnome_do slingshot appdrawer appfolder column
|
||||
# row row_center screen row_dock row_dropdown
|
||||
|
||||
style="blurry_full"
|
||||
style="blurry"
|
||||
|
||||
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue