diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2022-01-09 15:28:58 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2022-01-09 15:28:58 -0500 |
| commit | 72cf398a6292fa56d57e82caa4d21570e5573294 (patch) | |
| tree | e536efb8c5fedb0aceeae2951330b985e34e4ec8 /.config/rofi/applets/android/confirm.rasi | |
| parent | fa93303ea8313cf08c437953d53c18de2006b899 (diff) | |
:)
Diffstat (limited to '.config/rofi/applets/android/confirm.rasi')
| -rw-r--r-- | .config/rofi/applets/android/confirm.rasi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/rofi/applets/android/confirm.rasi b/.config/rofi/applets/android/confirm.rasi new file mode 100644 index 0000000..970783f --- /dev/null +++ b/.config/rofi/applets/android/confirm.rasi @@ -0,0 +1,24 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @background; + text-color: @foreground; + font: "Iosevka Nerd Font 12"; +} + +window { + width: 225px; + padding: 25px; + border: 0px; + border-radius: 12px; + border-color: @accent; + location: center; + y-offset: -20px; +} + +entry { + expand: true; + text-color: @accent; +} |
