From 1b03fa0b512c5256ac70412275a4056f782f7abf Mon Sep 17 00:00:00 2001 From: mono-b Date: Thu, 5 Jan 2023 19:14:29 -0300 Subject: removed polybar trash --- polybar/cuts/scripts/rofi/message.rasi | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 polybar/cuts/scripts/rofi/message.rasi (limited to 'polybar/cuts/scripts/rofi/message.rasi') diff --git a/polybar/cuts/scripts/rofi/message.rasi b/polybar/cuts/scripts/rofi/message.rasi deleted file mode 100644 index 434f16b..0000000 --- a/polybar/cuts/scripts/rofi/message.rasi +++ /dev/null @@ -1,24 +0,0 @@ -/* Confirm Dialog */ - -@import "colors.rasi" - -* { - background-color: @bga; - text-color: @fg; - font: "Iosevka Nerd Font 10"; -} - -window { - width: 320px; - padding: 25px; - border: 0px; - border-radius: 0px; - border-color: @ac; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @ac; -} -- cgit v1.2.1