addded rofi config

This commit is contained in:
2026-06-11 19:02:21 +02:00
parent 8ff3d825d4
commit aef04496ac
328 changed files with 22908 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @background;
text-color: @foreground;
font: "Comfortaa 12";
}
window {
width: 225px;
padding: 25px;
border: 0px;
border-radius: 0px;
border-color: @accent;
location: center;
y-offset: -20px;
}
entry {
expand: true;
text-color: @accent;
}