diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 18:23:46 -0600 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 18:23:46 -0600 |
| commit | 1ec73cc2c14d2f62c32046d9585c3a745531d37a (patch) | |
| tree | 8b9c6b2e5ba43ce1248c114758a55df9467cab64 /.config/rofi/powermenu/confirm.rasi | |
| parent | b257edf16c9b8b14ebb542e857a29c74fea00495 (diff) | |
Fresh start
Diffstat (limited to '.config/rofi/powermenu/confirm.rasi')
| -rw-r--r-- | .config/rofi/powermenu/confirm.rasi | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.config/rofi/powermenu/confirm.rasi b/.config/rofi/powermenu/confirm.rasi deleted file mode 100644 index 9a5bba6..0000000 --- a/.config/rofi/powermenu/confirm.rasi +++ /dev/null @@ -1,24 +0,0 @@ -/* Confirm Dialog */ - -@import "styles/colors.rasi" - -* { - background-color: @background; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -window { - width: 225px; - padding: 25px; - border: 1px; - border-radius: 0px; - border-color: @border; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @border; -} |
