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