X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=rofi%2Fblackpearl%2Fi3exit.rasi;fp=rofi%2Fblackpearl%2Fi3exit.rasi;h=0000000000000000000000000000000000000000;hb=7abef725078fc52196b630c95f354fb58864c743;hp=d888370b23cf95ed7217298a265c025900362b1e;hpb=6be4fcd546b01b14b5f06306ab5b7c0391913bfa;p=my-dotfiles.git diff --git a/rofi/blackpearl/i3exit.rasi b/rofi/blackpearl/i3exit.rasi deleted file mode 100644 index d888370..0000000 --- a/rofi/blackpearl/i3exit.rasi +++ /dev/null @@ -1,62 +0,0 @@ -/* - * BLACKPEARL appsmenu rofi theme - * tested on a 1366x768 screen - */ - -/* IMPORTS */ -@import "shared/settings.rasi" -@import "shared/reset.rasi" - - -#scrollbar { - enabled: false; -} -#window { - font: "Hurmit Nerd Font Mono 75"; - fullscreen: true; - transparency: "real"; - background-color: @bg-trans; -} -#mainbox { - orientation: vertical; - spacing: 0; - children: [ textbox1, listview ]; - border: 0; - padding: 0; - margin: 0; -} - -#textbox1 { - margin: 0; - padding: 0; - width: 100%; - text-color: @accent; - font: @text-font-title; - str: "Are you sure you want to exit?"; - vertical-align: 0; - horizontal-align: 0.5; - vertical-align: 0.5; -} -#listview { - columns: 3; - lines: 1; - expand: false; - spacing: 90px; - padding: 34px 453px 254px; - orientation: horizontal; -} -#element { - border: 1; - border-radius: 24; - border-color: @accent; - text-color: @accent; - background-color: @bg; - orientation: vertical; - padding: -30 60 30; - horizontal-align: 0.5; - vertical-align: 0.5; -} -#element.selected { - text-color: @bg; - background-color: @accent; -}