rofi: remove borders and location on top

This commit is contained in:
krolxon 2025-08-15 12:29:09 +05:30
parent 90c1523965
commit 6f44baa34b
3 changed files with 8 additions and 5 deletions

View File

@ -12,7 +12,7 @@ $browser = zen-browser
### AUTOSTART ###
#################
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
plugin {

View File

@ -57,7 +57,6 @@
}
element {
padding: 1px ;
cursor: pointer;
spacing: 5px ;
border: 0;
@ -113,7 +112,8 @@ element-icon {
window {
padding: 5;
background-color: @background;
border: 1;
border: 0;
width: 100%;
}
mainbox {
padding: 0;
@ -192,6 +192,9 @@ prompt {
configuration {
// matching: "fuzzy";
case-sensitive: false;
location: 1;
yoffset: 0;
font: "Fira Code 11";
}
textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ;

View File

@ -36,7 +36,7 @@
@define-color rosewater #f5e0dc;
* {
font-family: "JetBrainsMono Nerd Font", "FontAwesome";
font-family: "Fira Code", "FontAwesome";
font-weight: bold;
min-height: 0;
/* 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.visible {
/* background-color: #4c566a; */
color: @crust;
color: @surface0;
background-color: #7da6ff;
/* box-shadow: inset 0 -4px #eceff4; */
}