rofi: remove borders and location on top
This commit is contained in:
parent
90c1523965
commit
6f44baa34b
|
|
@ -12,7 +12,7 @@ $browser = zen-browser
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
#################
|
#################
|
||||||
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
|
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
|
||||||
exec-once = ~/.local/bin/randomwall
|
exec-once = ~/.local/bin/setwall
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
padding: 1px ;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
spacing: 5px ;
|
spacing: 5px ;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
@ -113,7 +112,8 @@ element-icon {
|
||||||
window {
|
window {
|
||||||
padding: 5;
|
padding: 5;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
mainbox {
|
mainbox {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -192,6 +192,9 @@ prompt {
|
||||||
configuration {
|
configuration {
|
||||||
// matching: "fuzzy";
|
// matching: "fuzzy";
|
||||||
case-sensitive: false;
|
case-sensitive: false;
|
||||||
|
location: 1;
|
||||||
|
yoffset: 0;
|
||||||
|
font: "Fira Code 11";
|
||||||
}
|
}
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
@define-color rosewater #f5e0dc;
|
@define-color rosewater #f5e0dc;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "JetBrainsMono Nerd Font", "FontAwesome";
|
font-family: "Fira Code", "FontAwesome";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
||||||
|
|
@ -129,7 +129,7 @@ window#waybar.hidden {
|
||||||
#workspaces button.active,
|
#workspaces button.active,
|
||||||
#workspaces button.visible {
|
#workspaces button.visible {
|
||||||
/* background-color: #4c566a; */
|
/* background-color: #4c566a; */
|
||||||
color: @crust;
|
color: @surface0;
|
||||||
background-color: #7da6ff;
|
background-color: #7da6ff;
|
||||||
/* box-shadow: inset 0 -4px #eceff4; */
|
/* box-shadow: inset 0 -4px #eceff4; */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue