From 4a21ae6fcdfcd0051a2e6fee641cd344c01dac83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Tue, 12 Aug 2025 15:19:57 +0200 Subject: Reset everything --- config/polybar/shapes/scripts/rofi/message.rasi | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 config/polybar/shapes/scripts/rofi/message.rasi (limited to 'config/polybar/shapes/scripts/rofi/message.rasi') diff --git a/config/polybar/shapes/scripts/rofi/message.rasi b/config/polybar/shapes/scripts/rofi/message.rasi deleted file mode 100644 index ecb84c3..0000000 --- a/config/polybar/shapes/scripts/rofi/message.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: 320px; - padding: 25px; - border: 0px; - border-radius: 12px; - border-color: @bg1; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @bg2; -} -- cgit v1.2.3