aboutsummaryrefslogtreecommitdiff
path: root/Common/rofi/powermenu/message.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'Common/rofi/powermenu/message.rasi')
-rw-r--r--Common/rofi/powermenu/message.rasi24
1 files changed, 0 insertions, 24 deletions
diff --git a/Common/rofi/powermenu/message.rasi b/Common/rofi/powermenu/message.rasi
deleted file mode 100644
index 37e035e..0000000
--- a/Common/rofi/powermenu/message.rasi
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Message Dialog */
-
-@import "styles/colors.rasi"
-
-* {
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-window {
- width: 360px;
- padding: 25px;
- border: 1px;
- border-radius: 0px;
- border-color: @border;
- location: center;
- y-offset: -2em;
-}
-
-entry {
- expand: true;
- text-color: @border;
-}