aboutsummaryrefslogtreecommitdiff
path: root/Common/rofi/launchers/ribbon
diff options
context:
space:
mode:
Diffstat (limited to 'Common/rofi/launchers/ribbon')
-rw-r--r--Common/rofi/launchers/ribbon/full_bottom.rasi133
-rw-r--r--Common/rofi/launchers/ribbon/full_left.rasi133
-rw-r--r--Common/rofi/launchers/ribbon/full_right.rasi133
-rw-r--r--Common/rofi/launchers/ribbon/full_top.rasi133
-rwxr-xr-xCommon/rofi/launchers/ribbon/launcher.sh28
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_bottom.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_bottom_round.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_left.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_left_round.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_right.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_right_round.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_top.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/ribbon_top_round.rasi138
-rw-r--r--Common/rofi/launchers/ribbon/styles/berry.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/bluish.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/cocoa.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/colors.rasi10
-rw-r--r--Common/rofi/launchers/ribbon/styles/faded.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/gotham.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/mask.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/nightly.rasi9
-rw-r--r--Common/rofi/launchers/ribbon/styles/nordic.rasi9
22 files changed, 0 insertions, 1746 deletions
diff --git a/Common/rofi/launchers/ribbon/full_bottom.rasi b/Common/rofi/launchers/ribbon/full_bottom.rasi
deleted file mode 100644
index 50dc5c7..0000000
--- a/Common/rofi/launchers/ribbon/full_bottom.rasi
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: true;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 3% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 48.75% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 10;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 12.50% 10% 5% 10%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/full_left.rasi b/Common/rofi/launchers/ribbon/full_left.rasi
deleted file mode 100644
index bec29a6..0000000
--- a/Common/rofi/launchers/ribbon/full_left.rasi
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: true;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 0% 1.5%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 47% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 10;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 0% 1.5%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 15% 10% 10% 10%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/full_right.rasi b/Common/rofi/launchers/ribbon/full_right.rasi
deleted file mode 100644
index cfd3b63..0000000
--- a/Common/rofi/launchers/ribbon/full_right.rasi
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: true;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 1.5% 0% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 47% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 10;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 1.5% 0% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 15% 10% 10% 10%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/full_top.rasi b/Common/rofi/launchers/ribbon/full_top.rasi
deleted file mode 100644
index 1d04591..0000000
--- a/Common/rofi/launchers/ribbon/full_top.rasi
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: true;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 3% 0% 0% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 48.75% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 10;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 3% 0% 0% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 12.50% 10% 5% 10%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/launcher.sh b/Common/rofi/launchers/ribbon/launcher.sh
deleted file mode 100755
index 7e7c21b..0000000
--- a/Common/rofi/launchers/ribbon/launcher.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya
-## Mail : adi1090x@gmail.com
-## Github : @adi1090x
-## Twitter : @adi1090x
-
-# Available Styles
-# >> Created and tested on : rofi 1.6.0-1
-#
-# ribbon_top ribbon_top_round ribbon_bottom ribbon_bottom_round
-# ribbon_left ribbon_left_round ribbon_right ribbon_right_round
-# full_bottom full_top full_left full_right
-
-theme="ribbon_top_round"
-
-dir="$HOME/.config/rofi/launchers/ribbon"
-styles=($(ls -p --hide="colors.rasi" $dir/styles))
-color="${styles[$(( $RANDOM % 8 ))]}"
-
-# comment this line to disable random colors
-sed -i -e "s/@import .*/@import \"$color\"/g" $dir/styles/colors.rasi
-
-# comment these lines to disable random style
-themes=($(ls -p --hide="launcher.sh" --hide="styles" $dir))
-theme="${themes[$(( $RANDOM % 12 ))]}"
-
-rofi -no-lazy-grab -show drun -modi drun -theme $dir/"$theme"
diff --git a/Common/rofi/launchers/ribbon/ribbon_bottom.rasi b/Common/rofi/launchers/ribbon/ribbon_bottom.rasi
deleted file mode 100644
index 63a20b3..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_bottom.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 3% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
- height: 68.5%;
- width: 55%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 0% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 6;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_bottom_round.rasi b/Common/rofi/launchers/ribbon/ribbon_bottom_round.rasi
deleted file mode 100644
index 1f652af..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_bottom_round.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 3% 0%;
- border-color: @border;
- border-radius: 25px 25px 50px 50px;
- height: 68.5%;
- width: 55%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 25px;
- border-color: @border-alt;
- margin: 0% 0% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 6;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 3% 0%;
- border-radius: 50px;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 25px;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_left.rasi b/Common/rofi/launchers/ribbon/ribbon_left.rasi
deleted file mode 100644
index 3a5f774..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_left.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 0% 1.5%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
- height: 49.50%;
- width: 40%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 17% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 4;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 0% 1.5%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_left_round.rasi b/Common/rofi/launchers/ribbon/ribbon_left_round.rasi
deleted file mode 100644
index 5324c9c..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_left_round.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 0% 0% 1.5%;
- border-color: @border;
- border-radius: 0% 0% 0% 2.5%;
- height: 49.50%;
- width: 40%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0.2%;
- border-radius: 1.5% 1.0% 1.5% 1.5%;
- border-color: @border-alt;
- margin: 0% 17% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 4;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 0% 0% 1.5%;
- border-radius: 0% 0% 0% 2.5%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0.2%;
- border-radius: 1.5% 1.0% 1.5% 1.5%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_right.rasi b/Common/rofi/launchers/ribbon/ribbon_right.rasi
deleted file mode 100644
index 75292ed..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_right.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 1.5% 0% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
- height: 36.50%;
- width: 50%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 22.25% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 6;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 1.5% 0% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_right_round.rasi b/Common/rofi/launchers/ribbon/ribbon_right_round.rasi
deleted file mode 100644
index 8dd9ad3..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_right_round.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 0% 1.5% 0% 0%;
- border-color: @border;
- border-radius: 0% 1.5% 0% 0%;
- height: 36.50%;
- width: 50%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0.2% 0.3% 0%;
- border-radius: 0% 1.5% 1.5% 1.5%;
- border-color: @border-alt;
- margin: 0% 22.25% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 6;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 0% 1.5% 0% 0%;
- border-radius: 0% 1.5% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0.2% 0.3% 0%;
- border-radius: 1.5% 1.5% 1.5% 1.5%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_top.rasi b/Common/rofi/launchers/ribbon/ribbon_top.rasi
deleted file mode 100644
index 42ea207..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_top.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 3% 0% 0% 0%;
- border-color: @border;
- border-radius: 0% 0% 0% 0%;
- height: 55.50%;
- width: 45%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- margin: 0% 0% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 5;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 3% 0% 0% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0% 0.3% 0%;
- border-radius: 0% 0% 0% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/ribbon_top_round.rasi b/Common/rofi/launchers/ribbon/ribbon_top_round.rasi
deleted file mode 100644
index af4ff7d..0000000
--- a/Common/rofi/launchers/ribbon/ribbon_top_round.rasi
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * Mail : adi1090x@gmail.com
- * Github : @adi1090x
- * Twitter : @adi1090x
- *
- */
-
-configuration {
- font: "FantasqueSansMono Nerd Font 10";
- show-icons: true;
- icon-theme: "Papirus";
- display-drun: "";
- drun-display-format: "{name}";
- disable-history: false;
- fullscreen: false;
- hide-scrollbar: true;
- sidebar-mode: false;
-}
-
-@import "styles/colors.rasi"
-
-window {
- transparency: "real";
- background-color: @background;
- text-color: @foreground;
- border: 3% 0% 0% 0%;
- border-color: @border;
- border-radius: 2.5% 0% 0% 0%;
- height: 55.50%;
- width: 45%;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0% 1% 0% 0%;
- background-color: @background;
- text-color: @foreground;
- font: "FantasqueSansMono Nerd Font 12";
-}
-
-entry {
- background-color: @background;
- text-color: @foreground;
- placeholder-color: @foreground;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search Applications";
- padding: 0.15% 0% 0% 0%;
- blink: true;
-}
-
-inputbar {
- children: [ prompt, entry ];
- background-color: @background;
- text-color: @foreground;
- expand: false;
- border: 0% 0.2% 0.3% 0%;
- border-radius: 1.5% 0% 1.5% 0%;
- border-color: @border-alt;
- margin: 0% 0% 0% 0%;
- padding: 1%;
- position: center;
-}
-
-listview {
- background-color: @background;
- columns: 5;
- spacing: 1%;
- cycle: false;
- dynamic: true;
- layout: vertical;
-}
-
-mainbox {
- background-color: @background;
- border: 3% 0% 0% 0%;
- border-radius: 2.5% 0% 0% 0%;
- border-color: @border-alt;
- children: [ inputbar, listview ];
- spacing: 2%;
- padding: 2.5% 2% 2.5% 2%;
-}
-
-element {
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- border-radius: 0%;
- padding: 2% 0% 2% 0%;
-}
-
-element-icon {
- size: 64px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0.5;
- vertical-align: 0.5;
- margin: 0.5% 1% 0% 1%;
-}
-
-element normal.urgent,
-element alternate.urgent {
- background-color: @urgent;
- text-color: @foreground;
- border-radius: 1%;
-}
-
-element normal.active,
-element alternate.active {
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-element selected {
- background-color: @selected;
- text-color: @foreground;
- border: 0% 0.2% 0.3% 0%;
- border-radius: 1.5% 0% 1.5% 0%;
- border-color: @border-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: @background-alt;
- color: @foreground;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/berry.rasi b/Common/rofi/launchers/ribbon/styles/berry.rasi
deleted file mode 100644
index 6621231..0000000
--- a/Common/rofi/launchers/ribbon/styles/berry.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #2D142Cff;
- background-alt: #2D142Cff;
- foreground: #ffffffA6;
- border: #EE4540ff;
- border-alt: #C92A42ff;
- selected: #510A3299;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/bluish.rasi b/Common/rofi/launchers/ribbon/styles/bluish.rasi
deleted file mode 100644
index c3254ee..0000000
--- a/Common/rofi/launchers/ribbon/styles/bluish.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #EFF0F1FF;
- background-alt: #EFF0F1FF;
- foreground: #000000A6;
- border: #000B83FF;
- border-alt: #3DAEE9FF;
- selected: #93CEE999;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/cocoa.rasi b/Common/rofi/launchers/ribbon/styles/cocoa.rasi
deleted file mode 100644
index cf85282..0000000
--- a/Common/rofi/launchers/ribbon/styles/cocoa.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #413E4Aff;
- background-alt: #413E4Aff;
- foreground: #F7C7B2ff;
- border: #B38184ff;
- border-alt: #F3B69Eff;
- selected: #B381841a;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/colors.rasi b/Common/rofi/launchers/ribbon/styles/colors.rasi
deleted file mode 100644
index a1d2937..0000000
--- a/Common/rofi/launchers/ribbon/styles/colors.rasi
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Change the colorscheme for every menu simply by editing this file...
- *
- * Available Color Schemes
- *
- * bluish berry nordic nightly gotham mask faded cocoa
- *
- */
-
-@import "nordic.rasi"
diff --git a/Common/rofi/launchers/ribbon/styles/faded.rasi b/Common/rofi/launchers/ribbon/styles/faded.rasi
deleted file mode 100644
index 99e929a..0000000
--- a/Common/rofi/launchers/ribbon/styles/faded.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #5E6C91ff;
- background-alt: #5E6C91ff;
- foreground: #FFFCFFff;
- border: #FF83A7ff;
- border-alt: #F4BB6Cff;
- selected: #A0B5F44c;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/gotham.rasi b/Common/rofi/launchers/ribbon/styles/gotham.rasi
deleted file mode 100644
index ce71b9c..0000000
--- a/Common/rofi/launchers/ribbon/styles/gotham.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #29384Fff;
- background-alt: #29384Fff;
- foreground: #FEFFF1ff;
- border: #345B7Cff;
- border-alt: #715979ff;
- selected: #C46C851a;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/mask.rasi b/Common/rofi/launchers/ribbon/styles/mask.rasi
deleted file mode 100644
index 4e81074..0000000
--- a/Common/rofi/launchers/ribbon/styles/mask.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #434C6Dff;
- background-alt: #434C6Dff;
- foreground: #FAF7CCff;
- border: #CA8CA5ff;
- border-alt: #F0B2B3ff;
- selected: #EFD4B61a;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/nightly.rasi b/Common/rofi/launchers/ribbon/styles/nightly.rasi
deleted file mode 100644
index 027ffab..0000000
--- a/Common/rofi/launchers/ribbon/styles/nightly.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #2A3950ff;
- background-alt: #2A3950ff;
- foreground: #FEFFF1ff;
- border: #A162F7ff;
- border-alt: #45E3FFff;
- selected: #6F88FE1a;
- urgent: #DA4453FF;
-}
diff --git a/Common/rofi/launchers/ribbon/styles/nordic.rasi b/Common/rofi/launchers/ribbon/styles/nordic.rasi
deleted file mode 100644
index 300ba35..0000000
--- a/Common/rofi/launchers/ribbon/styles/nordic.rasi
+++ /dev/null
@@ -1,9 +0,0 @@
-* {
- background: #475C7Bff;
- background-alt: #475C7Bff;
- foreground: #ffffffcc;
- border: #FDBB6Dff;
- border-alt: #DA717Fff;
- selected: #685E79ff;
- urgent: #DA4453FF;
-}