aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/powermenu/full_rounded.rasi
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-05 21:47:44 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-05 21:47:44 +0900
commit9ab2c32a504aacbe597fa6acd523a77967a6ed10 (patch)
tree43c4b2d5841ebc34eb68b968edb3a9be1b99ba23 /config/rofi/powermenu/full_rounded.rasi
parentb0b51bc8d22c72064f3ff4aa5304a8179fb491e0 (diff)
small clean up
Diffstat (limited to 'config/rofi/powermenu/full_rounded.rasi')
-rw-r--r--config/rofi/powermenu/full_rounded.rasi112
1 files changed, 0 insertions, 112 deletions
diff --git a/config/rofi/powermenu/full_rounded.rasi b/config/rofi/powermenu/full_rounded.rasi
deleted file mode 100644
index e95df6e3..00000000
--- a/config/rofi/powermenu/full_rounded.rasi
+++ /dev/null
@@ -1,112 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "Sourcecode Pro Regular 14";
- show-icons: false;
- icon-theme: "Papirus";
- drun-display-format: "{name}";
- disable-history: false;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: rgba ( 46, 52, 62, 0 % );
- text-color: @foreground;
- width: 100%;
- height: 100%;
-}
-
-prompt {
- enabled: true;
- padding: 1% 1% 1% 0%;
- background-color: rgba ( 107, 160, 222, 0 % );
- text-color: @foreground;
-}
-
-textbox-prompt-colon {
- expand: false;
- str: "System |";
- background-color: rgba ( 107, 160, 222, 0 % );
- text-color: @foreground;
- padding: 1% 0.5% 1% 0.5%;
-}
-
-inputbar {
- children: [ textbox-prompt-colon, prompt ];
- background-color: rgba ( 107, 160, 222, 0 % );
- text-color: @foreground;
- expand: false;
- margin: 0% 59.3% 0% 0%;
- padding: 0.5%;
- position: center;
-}
-
-listview {
- background-color: rgba ( 46, 52, 62, 0 % );
- margin: 0% 0% 0% 0%;
- spacing: 3%;
- cycle: true;
- dynamic: true;
- layout: horizontal;
-}
-
-mainbox {
- background-color: rgba ( 46, 52, 62, 80 % );
- children: [ inputbar, listview ];
- spacing: 5%;
- padding: 32.50% 0% 0% 13.25%;
-}
-
-element {
- background-color: rgba ( 46, 52, 62, 0 % );
- text-color: @foreground;
- orientation: horizontal;
-}
-
-element-text {
- background-color: #00000000;
- text-color: inherit;
- font: "feather 64";
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 6.5% 4% 6.5% 4%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: #BF616A;
- text-color: @foreground;
- border-radius: 15px;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage