diff options
author | 135e2 <[email protected]> | 2022-01-18 21:21:24 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-01-18 21:21:24 +0800 |
commit | 94ab643efbc9e33970a70f2d9889b4660ce5d169 (patch) | |
tree | f48c13e0ad4483fefe46a3330bbc52630283ffa6 /config/polybar/forest/scripts/rofi/message.rasi | |
parent | 839bada84376c56ba5115c7208b90ac8767757c7 (diff) | |
download | dotfiles-94ab643efbc9e33970a70f2d9889b4660ce5d169.tar.gz dotfiles-94ab643efbc9e33970a70f2d9889b4660ce5d169.tar.bz2 dotfiles-94ab643efbc9e33970a70f2d9889b4660ce5d169.zip |
config/polybar: new, 20220118
Diffstat (limited to 'config/polybar/forest/scripts/rofi/message.rasi')
-rw-r--r-- | config/polybar/forest/scripts/rofi/message.rasi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/polybar/forest/scripts/rofi/message.rasi b/config/polybar/forest/scripts/rofi/message.rasi new file mode 100644 index 0000000..4c7ef7f --- /dev/null +++ b/config/polybar/forest/scripts/rofi/message.rasi @@ -0,0 +1,24 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bg; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 320px; + padding: 25px; + border: 0px 0px 1px 0px; + border-radius: 0px; + border-color: @se; + location: center; + y-offset: -2em; +} + +entry { + expand: true; + text-color: @ac; +} |