mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Update rofi theme, now has blurred background
This commit is contained in:
@@ -53,3 +53,6 @@ windowrule = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, tit
|
||||
#windowrule = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(FunctionHints)$
|
||||
|
||||
windowrule = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(DefaultOverlayManager\.JWindow)$
|
||||
|
||||
# Rofi blur
|
||||
layerrule = blur, rofi
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Montserrat 12";
|
||||
font: "JetBrainsMonoNLNerdFont 12";
|
||||
|
||||
bg0: #242424E6;
|
||||
bg0: #24242480;
|
||||
bg1: #7E7E7E80;
|
||||
bg2: #a6a6a6;
|
||||
bg2: #a6a6a650;
|
||||
|
||||
fg0: #DEDEDE;
|
||||
fg1: #FFFFFF;
|
||||
@@ -28,7 +28,9 @@ window {
|
||||
|
||||
location: center;
|
||||
width: 640;
|
||||
border-radius: 8;
|
||||
border: 1px solid;
|
||||
border-color: #7E7E7E80;
|
||||
border-radius: 16;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
@@ -66,7 +68,7 @@ textbox {
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 10;
|
||||
lines: 5;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
|
||||
Reference in New Issue
Block a user