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, 24 insertions, 0 deletions
diff --git a/Common/rofi/powermenu/message.rasi b/Common/rofi/powermenu/message.rasi
new file mode 100644
index 0000000..37e035e
--- /dev/null
+++ b/Common/rofi/powermenu/message.rasi
@@ -0,0 +1,24 @@
+/* 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;
+}