diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2023-01-05 19:14:29 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2023-01-05 19:14:29 -0300 |
commit | 1b03fa0b512c5256ac70412275a4056f782f7abf (patch) | |
tree | 4d9f4ef300e4809541cdd42ee55353915b40ef9a /polybar/cuts/scripts/rofi/confirm.rasi | |
parent | 8dc8f2d52338fd87e7763995e6732f5a295300e8 (diff) |
Diffstat (limited to 'polybar/cuts/scripts/rofi/confirm.rasi')
-rw-r--r-- | polybar/cuts/scripts/rofi/confirm.rasi | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/polybar/cuts/scripts/rofi/confirm.rasi b/polybar/cuts/scripts/rofi/confirm.rasi deleted file mode 100644 index bd82b52..0000000 --- a/polybar/cuts/scripts/rofi/confirm.rasi +++ /dev/null @@ -1,25 +0,0 @@ -/* Confirm Dialog */ - -@import "colors.rasi" - -* { - background-color: @bga; - text-color: @fg; - font: "Iosevka Nerd Font 10"; -} - -window { - width: 225px; - padding: 25px; - border: 0px; - border-radius: 0px; - border-color: @ac; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @ac; -} - |