migrate to rofi
This commit is contained in:
parent
4507e2c462
commit
48cceb8af8
7 changed files with 314 additions and 26 deletions
|
|
@ -1,57 +1,56 @@
|
|||
/** ********** Fonts ********** **/
|
||||
* {
|
||||
font-family: "JetBrains Mono", "Iosevka Nerd Font", archcraft, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: "JetBrains Mono", "Iosevka Nerd Font", archcraft, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
@import url('../../.cache/wal/colors-waybar.css');
|
||||
|
||||
#window {
|
||||
background-color: black;
|
||||
color: --wofi-color2;
|
||||
border: 1px solid #2255dd;
|
||||
border-radius: 6px;
|
||||
opacity: 0.8;
|
||||
background-color: --background;
|
||||
color: --color2;
|
||||
border: 2px solid --color4;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
padding: 20px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: --wofi-color1;
|
||||
border: 0px solid --wofi-color3;
|
||||
padding: 8px 12px;
|
||||
opacity: 0.8;
|
||||
background-color: var(--color5);
|
||||
border: 0px solid --color2;
|
||||
padding: 8px 12px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
opacity: 0.8;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#img {
|
||||
padding-right: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: --wofi-color2;
|
||||
color: --wofi-color2;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: --wofi-color0;
|
||||
color: --wofi-color0;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 6px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: --wofi-color3;
|
||||
color: --wofi-color0;
|
||||
background-color: @color7;
|
||||
color: --wofi-color0;
|
||||
}
|
||||
|
||||
#unselected {
|
||||
|
|
@ -60,6 +59,7 @@
|
|||
#selected {
|
||||
}
|
||||
|
||||
#input, #entry:selected {
|
||||
border-radius: 4px;
|
||||
#input,
|
||||
#entry:selected {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue