diff options
Diffstat (limited to 'polybar/cuts/scripts/rofi/confirm.rasi')
-rw-r--r-- | polybar/cuts/scripts/rofi/confirm.rasi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/polybar/cuts/scripts/rofi/confirm.rasi b/polybar/cuts/scripts/rofi/confirm.rasi new file mode 100644 index 0000000..bd82b52 --- /dev/null +++ b/polybar/cuts/scripts/rofi/confirm.rasi @@ -0,0 +1,25 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bga; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 225px; + padding: 25px; + border: 0px; + border-radius: 0px; + border-color: @ac; + location: center; + y-offset: -2em; +} + +entry { + expand: true; + text-color: @ac; +} + |