X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=oldies%2Frofi%2Fblackpearl%2Fpowermenu.rasi;fp=oldies%2Frofi%2Fblackpearl%2Fpowermenu.rasi;h=73bfa457d2db8efc40388f893102552b7dcf7551;hb=7abef725078fc52196b630c95f354fb58864c743;hp=0000000000000000000000000000000000000000;hpb=6be4fcd546b01b14b5f06306ab5b7c0391913bfa;p=my-dotfiles.git diff --git a/oldies/rofi/blackpearl/powermenu.rasi b/oldies/rofi/blackpearl/powermenu.rasi new file mode 100644 index 0000000..73bfa45 --- /dev/null +++ b/oldies/rofi/blackpearl/powermenu.rasi @@ -0,0 +1,48 @@ +/* + * 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 { + children: [ listview ]; + border: 0; + padding: 0; +} +#listview { + columns: 5; + lines: 1; + expand: false; + cycle: true; + spacing: 50px; + padding: 284px 163px; + orientation: horizontal; +} +#element { + border: 1; + border-radius: 24; + border-color: @accent; + text-color: @accent; + background-color: @bg; + orientation: vertical; + padding: 30 50 30; + horizontal-align: 0.5; + vertical-align: 0.5; +} +#element.selected { + text-color: @bg; + background-color: @accent; +}