diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
commit | 8dc8f2d52338fd87e7763995e6732f5a295300e8 (patch) | |
tree | 56ea8a124b9a81e42251ffa1be92ad6475d7bef3 /polybar/cuts/scripts/rofi/message.rasi |
huh
Diffstat (limited to 'polybar/cuts/scripts/rofi/message.rasi')
-rw-r--r-- | polybar/cuts/scripts/rofi/message.rasi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/polybar/cuts/scripts/rofi/message.rasi b/polybar/cuts/scripts/rofi/message.rasi new file mode 100644 index 0000000..434f16b --- /dev/null +++ b/polybar/cuts/scripts/rofi/message.rasi @@ -0,0 +1,24 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bga; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 320px; + padding: 25px; + border: 0px; + border-radius: 0px; + border-color: @ac; + location: center; + y-offset: -2em; +} + +entry { + expand: true; + text-color: @ac; +} |