diff options
| author | William Hergès <william@herges.fr> | 2025-08-12 15:19:57 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-12 15:19:57 +0200 |
| commit | 4a21ae6fcdfcd0051a2e6fee641cd344c01dac83 (patch) | |
| tree | a3741ca7f848d0f5213915d82f78fd0039a874f9 /config/polybar/hack/scripts/rofi/confirm.rasi | |
| parent | fed5ed81fbf64942dab81e7afd1eac5651290631 (diff) | |
Reset everything
Diffstat (limited to 'config/polybar/hack/scripts/rofi/confirm.rasi')
| -rw-r--r-- | config/polybar/hack/scripts/rofi/confirm.rasi | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config/polybar/hack/scripts/rofi/confirm.rasi b/config/polybar/hack/scripts/rofi/confirm.rasi deleted file mode 100644 index baaeb6a..0000000 --- a/config/polybar/hack/scripts/rofi/confirm.rasi +++ /dev/null @@ -1,24 +0,0 @@ -/* Confirm Dialog */ - -@import "colors.rasi" - -* { - background-color: @bg; - text-color: @fg; - font: "Iosevka Nerd Font 10"; -} - -window { - width: 225px; - padding: 25px; - border: 1px; - border-radius: 0px; - border-color: @ac; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @ac; -} |
