diff options
Diffstat (limited to 'config/polybar/pwidgets/scripts/rofi/message.rasi')
| -rw-r--r-- | config/polybar/pwidgets/scripts/rofi/message.rasi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/polybar/pwidgets/scripts/rofi/message.rasi b/config/polybar/pwidgets/scripts/rofi/message.rasi new file mode 100644 index 0000000..3d28bcd --- /dev/null +++ b/config/polybar/pwidgets/scripts/rofi/message.rasi @@ -0,0 +1,25 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bg; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 230px; + padding: 20px; + border: 0px; + border-radius: 20px; + border-color: @ac; + location: southwest; + x-offset: 25px; + y-offset: -95px; +} + +entry { + expand: true; + text-color: @ac; +} |
