diff options
Diffstat (limited to 'Common/rofi/launchers')
100 files changed, 0 insertions, 8417 deletions
diff --git a/Common/rofi/launchers/colorful/colors.rasi b/Common/rofi/launchers/colorful/colors.rasi deleted file mode 100644 index edfb5e8..0000000 --- a/Common/rofi/launchers/colorful/colors.rasi +++ /dev/null @@ -1,9 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #000000ff; - se: #101010ff; - fg: #FFFFFFff; - ac: #FDD835ff; -} diff --git a/Common/rofi/launchers/colorful/launcher.sh b/Common/rofi/launchers/colorful/launcher.sh deleted file mode 100755 index 0fbfc4a..0000000 --- a/Common/rofi/launchers/colorful/launcher.sh +++ /dev/null @@ -1,51 +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 -# -# style_1 style_2 style_3 style_4 style_5 style_6 -# style_7 style_8 style_9 style_10 style_11 style_12 - -theme="style_1" -dir="$HOME/.config/rofi/launchers/colorful" - -# dark -ALPHA="#00000000" -BG="#000000ff" -FG="#FFFFFFff" -SELECT="#101010ff" - -# light -#ALPHA="#00000000" -#BG="#FFFFFFff" -#FG="#000000ff" -#SELECT="#f3f3f3ff" - -# accent colors -COLORS=('#EC7875' '#61C766' '#FDD835' '#42A5F5' '#BA68C8' '#4DD0E1' '#00B19F' \ - '#FBC02D' '#E57C46' '#AC8476' '#6D8895' '#EC407A' '#B9C244' '#6C77BB') -ACCENT="${COLORS[$(( $RANDOM % 14 ))]}ff" - -# overwrite colors file -cat > $dir/colors.rasi <<- EOF - /* colors */ - - * { - al: $ALPHA; - bg: $BG; - se: $SELECT; - fg: $FG; - ac: $ACCENT; - } -EOF - -# comment these lines to disable random style -themes=($(ls -p --hide="launcher.sh" --hide="colors.rasi" $dir)) -theme="${themes[$(( $RANDOM % 12 ))]}" - -rofi -no-lazy-grab -show drun -modi drun -theme $dir/"$theme" diff --git a/Common/rofi/launchers/colorful/style_1.rasi b/Common/rofi/launchers/colorful/style_1.rasi deleted file mode 100644 index 60ab3ee..0000000 --- a/Common/rofi/launchers/colorful/style_1.rasi +++ /dev/null @@ -1,115 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 12px; - width: 35%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @ac; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 10px; - columns: 5; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_10.rasi b/Common/rofi/launchers/colorful/style_10.rasi deleted file mode 100644 index 2ef21bb..0000000 --- a/Common/rofi/launchers/colorful/style_10.rasi +++ /dev/null @@ -1,117 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: "Applications"; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: true; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -prompt { - enabled: true; - padding: 1% 0.75% 1% 0.75%; - background-color: @ac; - text-color: @fg; - border-radius: 100%; - font: "Iosevka Nerd Font 12"; -} - -textbox-prompt-colon { - padding: 1% 0% 1% 0%; - background-color: @se; - text-color: @fg; - expand: false; - str: " :: "; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 1.15% 0.5% 1% 0.5%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @se; - text-color: @fg; - expand: false; - border: 0% 0.2% 0.3% 0%; - border-radius: 100%; - border-color: @ac; -} - -listview { - background-color: @al; - padding: 0px; - columns: 3; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 20% 15% 20% 15%; -} - -element { - background-color: @se; - text-color: @fg; - orientation: horizontal; - border-radius: 100%; - padding: 1% 0.5% 1% 0.75%; -} - -element-icon { - size: 24px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @ac; - border: 0% 0% 0.3% 0.2%; - border-radius: 100%; - border-color: @ac; -} diff --git a/Common/rofi/launchers/colorful/style_11.rasi b/Common/rofi/launchers/colorful/style_11.rasi deleted file mode 100644 index 4a6792f..0000000 --- a/Common/rofi/launchers/colorful/style_11.rasi +++ /dev/null @@ -1,125 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: "Applications"; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 25px; - width: 50%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 1.25% 0.75% 1.25% 0.75%; - background-color: @ac; - text-color: @fg; - font: "Iosevka Nerd Font 12"; - border-radius: 100%; -} - -textbox-prompt-colon { - padding: 1.40% 0% 1% 0%; - background-color: @se; - text-color: @fg; - expand: false; - str: " :: "; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 1.5% 0.5% 1% 0%; - blink: true; -} - -inputbar { - children: [ prompt, textbox-prompt-colon, entry ]; - background-color: @se; - text-color: @fg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 100px; - border-color: @ac; -} - -listview { - background-color: @al; - padding: 0px; - columns: 3; - lines: 8; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 4% 2% 4% 2%; -} - -element { - background-color: @bg; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 0%; -} - -element-icon { - size: 24px; - border: 1%; - border-color: @ac; - border-radius: 15px; - background-color: @ac; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @ac; - border: 0% 0% 0% 0%; - border-radius: 15px; - border-color: @ac; -} diff --git a/Common/rofi/launchers/colorful/style_12.rasi b/Common/rofi/launchers/colorful/style_12.rasi deleted file mode 100644 index 713d569..0000000 --- a/Common/rofi/launchers/colorful/style_12.rasi +++ /dev/null @@ -1,128 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: " Applications"; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 50px; - width: 50%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 1.25% 0.75% 1.25% 0.75%; - background-color: @ac; - text-color: @fg; - font: "Iosevka Nerd Font 12"; - border-radius: 100%; -} - -textbox-prompt-colon { - padding: 1.40% 0% 1% 0%; - background-color: @se; - text-color: @fg; - expand: false; - str: " :: "; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 1.5% 0.5% 1% 0%; - blink: true; -} - -inputbar { - children: [ prompt, textbox-prompt-colon, entry ]; - background-color: @se; - text-color: @fg; - expand: false; - border: 0%; - border-radius: 100%; - border-color: @ac; -} - -listview { - background-color: @al; - padding: 0px; - columns: 6; - lines: 3; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 10px 0px 10px 0px; - border-radius: 50px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 4% 2% 2% 2%; -} - -element { - background-color: @bg; - text-color: @fg; - orientation: vertical; - border-radius: 0%; - padding: 0%; -} - -element-icon { - size: 64px; - border: 1%; - border-color: @se; - border-radius: 15px; - background-color: @se; - padding: 2% 1% 2% 1%; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.25% 0.5% 0.25%; - padding: 1% 0.5% 1% 0.5%; -} - -element-text selected { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - background-color: @ac; - text-color: @bg; - border-radius: 100%; -} diff --git a/Common/rofi/launchers/colorful/style_2.rasi b/Common/rofi/launchers/colorful/style_2.rasi deleted file mode 100644 index 12368cf..0000000 --- a/Common/rofi/launchers/colorful/style_2.rasi +++ /dev/null @@ -1,115 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 12px; - width: 18%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @ac; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 1% 0.5% 1% 0.5%; -} - -element-icon { - size: 32px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_3.rasi b/Common/rofi/launchers/colorful/style_3.rasi deleted file mode 100644 index fe0e6ad..0000000 --- a/Common/rofi/launchers/colorful/style_3.rasi +++ /dev/null @@ -1,116 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; - height: 100%; - width: 18%; - location: west; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @ac; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 1% 0.5% 1% 0.5%; -} - -element-icon { - size: 32px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_4.rasi b/Common/rofi/launchers/colorful/style_4.rasi deleted file mode 100644 index 2e34f33..0000000 --- a/Common/rofi/launchers/colorful/style_4.rasi +++ /dev/null @@ -1,115 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; - height: 100%; - width: 19%; - location: east; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @ac; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 10px 10px 0px 10px; - columns: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: vertical; - border-radius: 0%; - padding: 2% 0% 2% 0%; -} - -element-icon { - size: 48px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_5.rasi b/Common/rofi/launchers/colorful/style_5.rasi deleted file mode 100644 index 10739d7..0000000 --- a/Common/rofi/launchers/colorful/style_5.rasi +++ /dev/null @@ -1,115 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; - width: 35%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @fg; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 10px; - columns: 2; - lines: 10; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 1% 0.5% 1% 0.5%; -} - -element-icon { - size: 24px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @ac; - text-color: @bg; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_6.rasi b/Common/rofi/launchers/colorful/style_6.rasi deleted file mode 100644 index e2bd1c3..0000000 --- a/Common/rofi/launchers/colorful/style_6.rasi +++ /dev/null @@ -1,110 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @bg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @bg; - placeholder-color: @bg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @ac; - text-color: @bg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 100%; - border-color: @ac; - margin: 0% 54.5% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 0px; - columns: 10; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2.5%; - padding: 20% 5% 20% 5%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: vertical; - border-radius: 0%; - padding: 4% 0% 4% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0% 0% 0.5% 0%; - border-radius: 25px; - border-color: @ac; -} diff --git a/Common/rofi/launchers/colorful/style_7.rasi b/Common/rofi/launchers/colorful/style_7.rasi deleted file mode 100644 index e66e126..0000000 --- a/Common/rofi/launchers/colorful/style_7.rasi +++ /dev/null @@ -1,115 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka 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 "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 12px; - width: 30%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @al; - text-color: @fg; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @bg; - text-color: @fg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @al; - padding: 10px; - columns: 2; - lines: 7; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 0%; - padding: 0%; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 0.5% 0.5% 0.5% 0.5%; -} - -element-icon { - size: 24px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @ac; - text-color: @bg; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @bg; -} diff --git a/Common/rofi/launchers/colorful/style_8.rasi b/Common/rofi/launchers/colorful/style_8.rasi deleted file mode 100644 index 78f8fd3..0000000 --- a/Common/rofi/launchers/colorful/style_8.rasi +++ /dev/null @@ -1,121 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: "Applications"; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 0px; - width: 35%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 1% 0.75% 1% 0.75%; - background-color: @ac; - text-color: @fg; - font: "Iosevka Nerd Font 12"; -} - -textbox-prompt-colon { - padding: 1% 0% 1% 0%; - background-color: @se; - text-color: @fg; - expand: false; - str: " :: "; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 1.15% 0.5% 1% 0.5%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @se; - text-color: @fg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @ac; -} - -listview { - background-color: @al; - padding: 0px; - columns: 2; - lines: 7; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 4% 2% 4% 2%; -} - -element { - background-color: @se; - text-color: @fg; - orientation: horizontal; - border-radius: 0%; - padding: 1% 0.5% 1% 0.75%; -} - -element-icon { - size: 24px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @ac; - border: 0% 0% 0% 0.3%; - border-radius: 0px; - border-color: @ac; -} diff --git a/Common/rofi/launchers/colorful/style_9.rasi b/Common/rofi/launchers/colorful/style_9.rasi deleted file mode 100644 index 8c98050..0000000 --- a/Common/rofi/launchers/colorful/style_9.rasi +++ /dev/null @@ -1,122 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: "Applications"; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 0px; - border-color: @ac; - border-radius: 15px; - width: 35%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 1% 0.75% 1% 0.75%; - background-color: @ac; - text-color: @fg; - border-radius: 10px; - font: "Iosevka Nerd Font 12"; -} - -textbox-prompt-colon { - padding: 1% 0% 1% 0%; - background-color: @se; - text-color: @fg; - expand: false; - str: " :: "; -} - -entry { - background-color: @al; - text-color: @fg; - placeholder-color: @fg; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 1.15% 0.5% 1% 0.5%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @se; - text-color: @fg; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 10px; - border-color: @ac; -} - -listview { - background-color: @al; - padding: 0px; - columns: 2; - lines: 7; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 4% 2% 4% 2%; -} - -element { - background-color: @se; - text-color: @fg; - orientation: horizontal; - border-radius: 12px; - padding: 1% 0.5% 1% 0.75%; -} - -element-icon { - size: 24px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0.25% 0% 0.25%; -} - -element selected { - background-color: @se; - text-color: @ac; - border: 0% 0.3% 0% 0.3%; - border-radius: 12px; - border-color: @ac; -} diff --git a/Common/rofi/launchers/misc/appdrawer.rasi b/Common/rofi/launchers/misc/appdrawer.rasi deleted file mode 100644 index f139fc7..0000000 --- a/Common/rofi/launchers/misc/appdrawer.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - height: 100%; - width: 30%; - location: west; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search Apps"; - padding: -0.15% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 100%; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 5; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 5% 1.5% 0% 1.5%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 5px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/appdrawer_alt.rasi b/Common/rofi/launchers/misc/appdrawer_alt.rasi deleted file mode 100644 index 0e2a9c5..0000000 --- a/Common/rofi/launchers/misc/appdrawer_alt.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 30px; - width: 30%; - location: west; - x-offset: 20px; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search Apps"; - padding: -0.15% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 100%; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 4; - lines: 5; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 25px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/appfolder.rasi b/Common/rofi/launchers/misc/appfolder.rasi deleted file mode 100644 index 22e2b05..0000000 --- a/Common/rofi/launchers/misc/appfolder.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 5px; - width: 27%; - location: east; - x-offset: -20px; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0.5; - placeholder: "Search"; - padding: -0.15% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 5px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 4; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1.25%; - padding: 1.5% 0.75% 1.5% 0.75%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 5px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/blurry.rasi b/Common/rofi/launchers/misc/blurry.rasi deleted file mode 100644 index eba5bfc..0000000 --- a/Common/rofi/launchers/misc/blurry.rasi +++ /dev/null @@ -1,120 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans Bold 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -* { - background: #00000000; - background-alt: #00000000; - background-bar: #f2f2f215; - foreground: #f2f2f2EE; - accent: #3DAEE966; -} - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - width: 40%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1.5%; -} - -listview { - background-color: @background-alt; - columns: 5; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/blurry_full.rasi b/Common/rofi/launchers/misc/blurry_full.rasi deleted file mode 100644 index 0b95f91..0000000 --- a/Common/rofi/launchers/misc/blurry_full.rasi +++ /dev/null @@ -1,116 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans Bold 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: true; - hide-scrollbar: true; - sidebar-mode: false; -} - -* { - background: #00000000; - background-alt: #00000000; - background-bar: #f2f2f215; - foreground: #f2f2f2EE; - accent: #3DAEE966; -} - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @accent; - margin: 0% 25% 0% 25%; - padding: 1.5%; -} - -listview { - background-color: @background-alt; - columns: 8; - lines: 4; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 8%; - padding: 10% 12.5% 10% 12.5%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/column.rasi b/Common/rofi/launchers/misc/column.rasi deleted file mode 100644 index 1ed8f38..0000000 --- a/Common/rofi/launchers/misc/column.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - height: 100%; - width: 9%; - location: east; - x-offset: 0px; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 5px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 1; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1.25%; - padding: 3.5% 0.75% 0% 0.75%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.25% 0% 2.25% 0%; -} - -element-icon { - size: 64px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 5px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/gnome_do.rasi b/Common/rofi/launchers/misc/gnome_do.rasi deleted file mode 100644 index 02161f2..0000000 --- a/Common/rofi/launchers/misc/gnome_do.rasi +++ /dev/null @@ -1,165 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "FantasqueSansMono Nerd Font 12"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Classical -- */ -* { - background: #27639AFF; - background-alt: #00000000; - background-bar: #f2f2f240; - foreground: #f2f2f2EE; - accent: #3DAEE966; -} - -/* -- Transparent -- */ -/* -* { - background: #00000000; - background-alt: #00000000; - background-bar: #f2f2f215; - foreground: #f2f2f2EE; - accent: #3DAEE966; -} -*/ - -/* -- Light -- */ -/* -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #20202040; - foreground: #404040EE; - accent: #3DAEE966; -} -*/ - -/* -- Dark -- */ -/* -* { - background: #252525ff; - background-alt: #00000000; - background-bar: #10101040; - foreground: #e5e5e5EE; - accent: #3DAEE966; -} -*/ - -/* -- Black -- */ -/* -* { - background: #000000ff; - background-alt: #00000000; - background-bar: #101010ff; - foreground: #e5e5e5EE; - accent: #3DAEE966; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 25px; - width: 26%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: false; - padding: 0%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0.5; - placeholder: " Search"; - padding: 0% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background; - text-color: @foreground; - expand: false; - border: 0% 0% 0% 0%; - border-radius: 0px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 0%; -} - -listview { - background-color: @background-alt; - columns: 2; - lines: 1; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 128px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0% 0% 0% 0%; - border-radius: 15px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/kde_krunner.rasi b/Common/rofi/launchers/misc/kde_krunner.rasi deleted file mode 100644 index 473ce18..0000000 --- a/Common/rofi/launchers/misc/kde_krunner.rasi +++ /dev/null @@ -1,143 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Breeze Light-- */ -* { - background: #EFF0F1FF; - background-alt: #00000000; - background-bar: #93CEE999; - foreground: #000000A6; - accent: #3DAEE9FF; -} - -/* -- Breeze Dark-- */ -/* -* { - background: #31363bff; - background-alt: #00000000; - background-bar: #3daee966; - foreground: #f5f5f5e6; - accent: #1d99f3ff; -} -*/ - -/* -- Black-- */ -/* -* { - background: #000000ff; - background-alt: #00000000; - background-bar: #3daee966; - foreground: #f5f5f5b3; - accent: #1d99f3ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - width: 38%; - location: north; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 0.75% 0% -0.5%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 10"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: -0.15% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background; - text-color: @foreground; - expand: false; - border: 0.1%; - border-radius: 4px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1%; -} - -listview { - background-color: @background-alt; - columns: 1; - lines: 7; - spacing: 0.5%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1%; - padding: 1% 0.5% 1% 0.5%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: horizontal; - border-radius: 0%; - padding: 0.5%; -} - -element-icon { - size: 32px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0% 0% 0% 0.25%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0.1%; - border-radius: 4px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/kde_simplemenu.rasi b/Common/rofi/launchers/misc/kde_simplemenu.rasi deleted file mode 100644 index 5931c22..0000000 --- a/Common/rofi/launchers/misc/kde_simplemenu.rasi +++ /dev/null @@ -1,143 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Breeze Light-- */ -* { - background: #EFF0F1FF; - background-alt: #00000000; - background-bar: #93CEE999; - foreground: #000000A6; - accent: #3DAEE9FF; -} - -/* -- Breeze Dark-- */ -/* -* { - background: #31363bff; - background-alt: #00000000; - background-bar: #3daee966; - foreground: #f5f5f5e6; - accent: #1d99f3ff; -} -*/ - -/* -- Black-- */ -/* -* { - background: #000000ff; - background-alt: #00000000; - background-bar: #3daee966; - foreground: #f5f5f5b3; - accent: #1d99f3ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - width: 38%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.30% 0.75% 0% -0.5%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 10"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: -0.15% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background; - text-color: @foreground; - expand: false; - border: 0.1%; - border-radius: 4px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 1%; -} - -listview { - background-color: @background-alt; - columns: 6; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1%; - padding: 1% 0.5% 1% 0.5%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0.1%; - border-radius: 4px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/launcher.sh b/Common/rofi/launchers/misc/launcher.sh deleted file mode 100755 index a25dce9..0000000 --- a/Common/rofi/launchers/misc/launcher.sh +++ /dev/null @@ -1,22 +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 -# -# blurry blurry_full kde_simplemenu kde_krunner launchpad -# gnome_do slingshot appdrawer appdrawer_alt appfolder -# column row row_center screen row_dock row_dropdown - -theme="screen" -dir="$HOME/.config/rofi/launchers/misc" - -# comment these lines to disable random style -themes=($(ls -p --hide="launcher.sh" $dir)) -theme="${themes[$(( $RANDOM % 16 ))]}" - -rofi -no-lazy-grab -show drun -modi drun -theme $dir/"$theme" diff --git a/Common/rofi/launchers/misc/launchpad.rasi b/Common/rofi/launchers/misc/launchpad.rasi deleted file mode 100644 index 77d6ab8..0000000 --- a/Common/rofi/launchers/misc/launchpad.rasi +++ /dev/null @@ -1,116 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans Bold 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: true; - hide-scrollbar: true; - sidebar-mode: false; -} - -* { - background: #00000060; - background-alt: #00000000; - background-bar: #f2f2f215; - foreground: #f2f2f2EE; - accent: #ffffff66; -} - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; -} - -prompt { - enabled: true; - padding: 0.30% 1% 0% -0.5%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search"; - padding: 0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0.1%; - border-radius: 6px; - border-color: @accent; - margin: 0% 30% 0% 30%; - padding: 1%; -} - -listview { - background-color: @background-alt; - columns: 7; - lines: 4; - spacing: 2%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 8%; - padding: 10% 8.5% 10% 8.5%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 81px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0% 0% 0% 0%; - border-radius: 12px; - border-color: @accent; -} diff --git a/Common/rofi/launchers/misc/row.rasi b/Common/rofi/launchers/misc/row.rasi deleted file mode 100644 index 9793627..0000000 --- a/Common/rofi/launchers/misc/row.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - width: 100%; - location: south; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search Applications"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 100%; - border-color: @accent; - margin: 0% 73.75% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 12; - lines: 1; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1.5%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 25px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/row_center.rasi b/Common/rofi/launchers/misc/row_center.rasi deleted file mode 100644 index 85c98bc..0000000 --- a/Common/rofi/launchers/misc/row_center.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; - width: 100%; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search Applications"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0% 0.3%; - border-radius: 0% 100% 100% 0%; - border-color: @border; - margin: 0% 73.75% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 12; - lines: 2; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1.5%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0% 0.3%; - border-radius: 0px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/row_dock.rasi b/Common/rofi/launchers/misc/row_dock.rasi deleted file mode 100644 index 9cbe1c0..0000000 --- a/Common/rofi/launchers/misc/row_dock.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 50px 50px 0px 0px; - width: 100%; - location: south; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0.5; - placeholder: "Search Applications"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 100%; - border-color: @accent; - margin: 0% 35% 0% 35%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 12; - lines: 2; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1.5%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 25px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/row_dropdown.rasi b/Common/rofi/launchers/misc/row_dropdown.rasi deleted file mode 100644 index 8df78de..0000000 --- a/Common/rofi/launchers/misc/row_dropdown.rasi +++ /dev/null @@ -1,136 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px 0px 50px 50px; - width: 100%; - location: north; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0.5; - placeholder: "Search Applications"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0%; - border-radius: 100%; - border-color: @accent; - margin: 0% 35% 0% 35%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 12; - lines: 2; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ listview, inputbar ]; - spacing: 2%; - padding: 2% 1% 2% 1%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 2.5% 0% 2.5% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0%; - border-radius: 25px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/screen.rasi b/Common/rofi/launchers/misc/screen.rasi deleted file mode 100644 index f811d5e..0000000 --- a/Common/rofi/launchers/misc/screen.rasi +++ /dev/null @@ -1,132 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: true; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light -- */ -* { - background: #e5e5e5ff; - background-alt: #00000000; - background-bar: #FFFFFFFF; - foreground: #000000A6; - accent: #80808066; - border: #1A73E9FF; - selected: #D7D7D7FF; -} - -/* -- Dark -- */ -/* -* { - background: #212121ff; - background-alt: #00000000; - background-bar: #151515FF; - foreground: #EDEDEDFF; - accent: #EDEDED4d; - border: #1A73E9FF; - selected: #151515ff; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 0px; -} - -prompt { - enabled: true; - padding: 0.25% 0.75% 0% -0.25%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; -} - -entry { - background-color: @background-alt; - text-color: @foreground; - placeholder-color: @foreground; - expand: true; - horizontal-align: 0; - placeholder: "Search Applications"; - padding: -0.10% 0% 0% 0%; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @background-bar; - text-color: @foreground; - expand: false; - border: 0% 0% 0.3% 0.2%; - border-radius: 10%; - border-color: @border; - margin: 0% 50% 0% 0%; - padding: 1.25%; -} - -listview { - background-color: @background-alt; - columns: 8; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 5%; - padding: 15% 10% 10% 10%; -} - -element { - background-color: @background-alt; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 3% 0% 3% 0%; -} - -element-icon { - size: 80px; - border: 0px; -} - -element-text { - expand: true; - horizontal-align: 0.5; - vertical-align: 0.5; - margin: 0.5% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @selected; - text-color: @foreground; - border: 0% 0% 0.3% 0.2%; - border-radius: 25px; - border-color: @border; -} diff --git a/Common/rofi/launchers/misc/slingshot.rasi b/Common/rofi/launchers/misc/slingshot.rasi deleted file mode 100644 index 0268c84..0000000 --- a/Common/rofi/launchers/misc/slingshot.rasi +++ /dev/null @@ -1,132 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Noto Sans 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -/* -- Light-- */ -* { - background: #F5F5F5FF; - background-alt: #00000000; - background-bar: #D7D7D7FF; - foreground: #000000A6; - accent: #80808066; -} - -/* -- Dark -- */ -/* -* { - background: #3E4148FF; - background-alt: #00000000; - background-bar: #363A3FFF; - foreground: #F5F5F5FF; - accent: #00000066; -} -*/ - -window { - transparency: "real"; - background-color: @background; - text-color: @foreground; - border: 0px; - border-color: @border; - border-radius: 4px; - width: 32%; - location: northwest; - x-offset: 10px; - y-offset: 50px; -} - -prompt { - enabled: true; - padding: 0.30% 0.5% 0% 0%; - background-color: @background-alt; - text-color: @foreground; - font: "FantasqueSansMono Nerd Font 10"; -} - -entry { - background-color: @background-alt; - 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.1%; - border-radius: 4px; - border-color: @accent; - margin: 0% 0% 0% 0%; - padding: 0.50%; -} - -listview { - background-color: @background-alt; - columns: 5; - lines: 3; - spacing: 0%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background-alt; - border: 0% 0% 0% 0%; - border-radius: 0% 0% 0% 0%; - border-color: @accent; - children: [ inputbar, listview ]; - spacing: 1%; - padding: 1.25% 0.65% 1.25% 0.65%; -} - -element { - background-color: @background-alt; - 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% 0.5% -0.5% 0.5%; -} - -element selected { - background-color: @background-bar; - text-color: @foreground; - border: 0.1%; - border-radius: 4px; - border-color: @accent; -} 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; -} diff --git a/Common/rofi/launchers/slate/launcher.sh b/Common/rofi/launchers/slate/launcher.sh deleted file mode 100755 index 8c12862..0000000 --- a/Common/rofi/launchers/slate/launcher.sh +++ /dev/null @@ -1,27 +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 -# -# slate_full slate_center slate_left -# slate_right slate_top slate_bottom - -theme="slate_full" - -dir="$HOME/.config/rofi/launchers/slate" -styles=($(ls -p --hide="colors.rasi" $dir/styles)) -color="${styles[$(( $RANDOM % 20 ))]}" - -# 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 % 6 ))]}" - -rofi -no-lazy-grab -show drun -modi drun -theme $dir/"$theme" diff --git a/Common/rofi/launchers/slate/slate_bottom.rasi b/Common/rofi/launchers/slate/slate_bottom.rasi deleted file mode 100644 index bfdd155..0000000 --- a/Common/rofi/launchers/slate/slate_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: 2% 1% 2% 1%; - border-color: @border; - border-radius: 0% 0% 0% 0%; - height: 50%; - width: 100%; - location: south; - 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% 52.25% 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: 2% 1% 2% 1%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 8% 5% 0% 5%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/slate_center.rasi b/Common/rofi/launchers/slate/slate_center.rasi deleted file mode 100644 index 14080ff..0000000 --- a/Common/rofi/launchers/slate/slate_center.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: 2% 1% 2% 1%; - border-color: @border; - border-radius: 0% 0% 0% 0%; - height: 70%; - width: 70%; - 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% 38.25% 0% 0%; - padding: 1%; - position: center; -} - -listview { - background-color: @background; - columns: 8; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background; - border: 2% 1% 2% 1%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 6% 3% 6% 3%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/slate_full.rasi b/Common/rofi/launchers/slate/slate_full.rasi deleted file mode 100644 index f3d2556..0000000 --- a/Common/rofi/launchers/slate/slate_full.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: 5% 3% 5% 3%; - 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% 49.5% 0% 0%; - padding: 1%; - position: center; -} - -listview { - background-color: @background; - columns: 8; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background; - border: 5% 3% 5% 3%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 15% 10% 15% 10%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/slate_left.rasi b/Common/rofi/launchers/slate/slate_left.rasi deleted file mode 100644 index 0eb5082..0000000 --- a/Common/rofi/launchers/slate/slate_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: 2% 1% 2% 1%; - border-color: @border; - border-radius: 0% 0% 0% 0%; - height: 100%; - width: 30%; - location: west; - 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: 3; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background; - border: 2% 1% 2% 1%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 5% 3% 5% 3%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/slate_right.rasi b/Common/rofi/launchers/slate/slate_right.rasi deleted file mode 100644 index e3a5fa3..0000000 --- a/Common/rofi/launchers/slate/slate_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: 2% 1% 2% 1%; - border-color: @border; - border-radius: 0% 0% 0% 0%; - height: 100%; - width: 30%; - location: east; - 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: 3; - spacing: 1%; - cycle: false; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @background; - border: 2% 1% 2% 1%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 5% 3% 5% 3%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/slate_top.rasi b/Common/rofi/launchers/slate/slate_top.rasi deleted file mode 100644 index 3ea779f..0000000 --- a/Common/rofi/launchers/slate/slate_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: 2% 1% 2% 1%; - border-color: @border; - border-radius: 0% 0% 0% 0%; - height: 50%; - width: 100%; - location: north; - 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% 52.25% 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: 2% 1% 2% 1%; - border-radius: 0% 0% 0% 0%; - border-color: @border-alt; - children: [ inputbar, listview ]; - spacing: 2%; - padding: 8% 5% 0% 5%; -} - -element { - background-color: @background; - text-color: @foreground; - orientation: vertical; - border-radius: 0%; - padding: 1% 0% 1% 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/slate/styles/Amber.rasi b/Common/rofi/launchers/slate/styles/Amber.rasi deleted file mode 100644 index f2efa55..0000000 --- a/Common/rofi/launchers/slate/styles/Amber.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Amber -- */ - -* { -shade1: #FF6F00; -shade2: #FF8F00; -shade3: #FFA000; -shade4: #FFB300; -shade5: #FFC107; -shade6: #FFCA28; -shade7: #FFD54F; -shade8: #FFE082; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #404040; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #404040; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Black.rasi b/Common/rofi/launchers/slate/styles/Black.rasi deleted file mode 100644 index ec8c1fb..0000000 --- a/Common/rofi/launchers/slate/styles/Black.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Gray -- */ - -* { -shade1: #000000; -shade2: #050505; -shade3: #101010; -shade4: #151515; -shade5: #202020; -shade6: #252525; -shade7: #303030; -shade8: #353535; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade2; - border-alt: @shade3; - background: @shade4; - background-alt: @shade5; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Blue.rasi b/Common/rofi/launchers/slate/styles/Blue.rasi deleted file mode 100644 index 5d205fc..0000000 --- a/Common/rofi/launchers/slate/styles/Blue.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Blue -- */ - -* { -shade1: #0D47A1; -shade2: #1565C0; -shade3: #1976D2; -shade4: #1E88E5; -shade5: #2196F3; -shade6: #42A5F5; -shade7: #64B5F6; -shade8: #90CAF9; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #202020; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Blue_gray.rasi b/Common/rofi/launchers/slate/styles/Blue_gray.rasi deleted file mode 100644 index 5ff24dd..0000000 --- a/Common/rofi/launchers/slate/styles/Blue_gray.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Blue Gray -- */ - -* { -shade1: #263238; -shade2: #37474F; -shade3: #455A64; -shade4: #546E7A; -shade5: #607D8B; -shade6: #78909C; -shade7: #90A4AE; -shade8: #B0BEC5; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Brown.rasi b/Common/rofi/launchers/slate/styles/Brown.rasi deleted file mode 100644 index fd54539..0000000 --- a/Common/rofi/launchers/slate/styles/Brown.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Brown -- */ - -* { -shade1: #3E2723; -shade2: #4E342E; -shade3: #5D4037; -shade4: #6D4C41; -shade5: #795548; -shade6: #8D6E63; -shade7: #A1887F; -shade8: #BCAAA4; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Cyan.rasi b/Common/rofi/launchers/slate/styles/Cyan.rasi deleted file mode 100644 index d6db860..0000000 --- a/Common/rofi/launchers/slate/styles/Cyan.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Cyan -- */ - -* { -shade1: #006064; -shade2: #00838F; -shade3: #0097A7; -shade4: #00ACC1; -shade5: #00BCD4; -shade6: #26C6DA; -shade7: #4DD0E1; -shade8: #80DEEA; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #303030; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Deep_orange.rasi b/Common/rofi/launchers/slate/styles/Deep_orange.rasi deleted file mode 100644 index 4e21a7b..0000000 --- a/Common/rofi/launchers/slate/styles/Deep_orange.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Deep Orange -- */ - -* { -shade1: #BF360C; -shade2: #D84315; -shade3: #E64A19; -shade4: #F4511E; -shade5: #FF5722; -shade6: #FF7043; -shade7: #FF8A65; -shade8: #FFAB91; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #353535; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Deep_purple.rasi b/Common/rofi/launchers/slate/styles/Deep_purple.rasi deleted file mode 100644 index a15d9a4..0000000 --- a/Common/rofi/launchers/slate/styles/Deep_purple.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Deep Purple -- */ - -* { -shade1: #311B92; -shade2: #4527A0; -shade3: #512DA8; -shade4: #5E35B1; -shade5: #673AB7; -shade6: #7E57C2; -shade7: #9575CD; -shade8: #B39DDB; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Gray.rasi b/Common/rofi/launchers/slate/styles/Gray.rasi deleted file mode 100644 index 1dcd95b..0000000 --- a/Common/rofi/launchers/slate/styles/Gray.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Gray -- */ - -* { -shade1: #212121; -shade2: #424242; -shade3: #616161; -shade4: #757575; -shade5: #9E9E9E; -shade6: #BDBDBD; -shade7: #D4D4D4; -shade8: #EEEEEE; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #303030; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Green.rasi b/Common/rofi/launchers/slate/styles/Green.rasi deleted file mode 100644 index 459e254..0000000 --- a/Common/rofi/launchers/slate/styles/Green.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Green -- */ - -* { -shade1: #1B5E20; -shade2: #2E7D32; -shade3: #388E3C; -shade4: #43A047; -shade5: #4CAF50; -shade6: #66BB6A; -shade7: #81C784; -shade8: #A5D6A7; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #202020; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Indigo.rasi b/Common/rofi/launchers/slate/styles/Indigo.rasi deleted file mode 100644 index e403909..0000000 --- a/Common/rofi/launchers/slate/styles/Indigo.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Indigo -- */ - -* { -shade1: #1A237E; -shade2: #283593; -shade3: #303F9F; -shade4: #3949AB; -shade5: #3F51B5; -shade6: #5C6BC0; -shade7: #7986CB; -shade8: #9FA8DA; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Light_blue.rasi b/Common/rofi/launchers/slate/styles/Light_blue.rasi deleted file mode 100644 index df7b9a2..0000000 --- a/Common/rofi/launchers/slate/styles/Light_blue.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Light Blue -- */ - -* { -shade1: #01579B; -shade2: #0277BD; -shade3: #0288D1; -shade4: #039BE5; -shade5: #03A9F4; -shade6: #29B6F6; -shade7: #4FC3F7; -shade8: #81D4FA; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #202020; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Light_green.rasi b/Common/rofi/launchers/slate/styles/Light_green.rasi deleted file mode 100644 index 39738ea..0000000 --- a/Common/rofi/launchers/slate/styles/Light_green.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Light Green -- */ - -* { -shade1: #33691E; -shade2: #558B2F; -shade3: #689F38; -shade4: #7CB342; -shade5: #8BC34A; -shade6: #9CCC65; -shade7: #AED581; -shade8: #C5E1A5; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #353535; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Lime.rasi b/Common/rofi/launchers/slate/styles/Lime.rasi deleted file mode 100644 index a688a10..0000000 --- a/Common/rofi/launchers/slate/styles/Lime.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Lime -- */ - -* { -shade1: #827717; -shade2: #9E9D24; -shade3: #AFB42B; -shade4: #C0CA33; -shade5: #CDDC39; -shade6: #D4E157; -shade7: #DCE775; -shade8: #E6EE9C; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #252525; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #404040; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Orange.rasi b/Common/rofi/launchers/slate/styles/Orange.rasi deleted file mode 100644 index a6cdc35..0000000 --- a/Common/rofi/launchers/slate/styles/Orange.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Orange -- */ - -* { -shade1: #E65100; -shade2: #EF6C00; -shade3: #F57C00; -shade4: #FB8C00; -shade5: #FF9800; -shade6: #FFA726; -shade7: #FFB74D; -shade8: #FFCC80; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #202020; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #353535; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Pink.rasi b/Common/rofi/launchers/slate/styles/Pink.rasi deleted file mode 100644 index a15e577..0000000 --- a/Common/rofi/launchers/slate/styles/Pink.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Pink -- */ - -* { -shade1: #880E4F; -shade2: #AD1457; -shade3: #C2185B; -shade4: #D81B60; -shade5: #E91E63; -shade6: #EC407A; -shade7: #F06292; -shade8: #F48FB1; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Purple.rasi b/Common/rofi/launchers/slate/styles/Purple.rasi deleted file mode 100644 index 2268fe5..0000000 --- a/Common/rofi/launchers/slate/styles/Purple.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Purple -- */ - -* { -shade1: #4A148C; -shade2: #6A1B9A; -shade3: #7B1FA2; -shade4: #8E24AA; -shade5: #9C27B0; -shade6: #AB47BC; -shade7: #BA68C8; -shade8: #CE93D8; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Red.rasi b/Common/rofi/launchers/slate/styles/Red.rasi deleted file mode 100644 index ea14821..0000000 --- a/Common/rofi/launchers/slate/styles/Red.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Red -- */ - -* { -shade1: #B71C1C; -shade2: #C62828; -shade3: #D32F2F; -shade4: #E53935; -shade5: #EE413D; -shade6: #EF5350; -shade7: #E57373; -shade8: #EF9A9A; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Teal.rasi b/Common/rofi/launchers/slate/styles/Teal.rasi deleted file mode 100644 index 8ac9c03..0000000 --- a/Common/rofi/launchers/slate/styles/Teal.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Teal -- */ - -* { -shade1: #004D40; -shade2: #00695C; -shade3: #00796B; -shade4: #00897B; -shade5: #009688; -shade6: #26A69A; -shade7: #4DB6AC; -shade8: #80CBC4; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #ffffff; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #ffffff; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/Yellow.rasi b/Common/rofi/launchers/slate/styles/Yellow.rasi deleted file mode 100644 index ce28546..0000000 --- a/Common/rofi/launchers/slate/styles/Yellow.rasi +++ /dev/null @@ -1,36 +0,0 @@ -/* -- Yellow -- */ - -* { -shade1: #F57F17; -shade2: #F9A825; -shade3: #FBC02D; -shade4: #FDD835; -shade5: #FFEB3B; -shade6: #FFEE58; -shade7: #FFF176; -shade8: #FFF59D; -} - -/**** Comment One First To Use Another ****/ - -/* -- Dark -- */ -* { - border: @shade1; - border-alt: @shade2; - background: @shade3; - background-alt: @shade3; - selected: @shade4; - foreground: #353535; - urgent: #DA4453; -} - -/* -- light -- */ -* { - border: @shade8; - border-alt: @shade7; - background: @shade6; - background-alt: @shade6; - selected: @shade5; - foreground: #505050; - urgent: #DA4453; -} diff --git a/Common/rofi/launchers/slate/styles/colors.rasi b/Common/rofi/launchers/slate/styles/colors.rasi deleted file mode 100644 index 3f21382..0000000 --- a/Common/rofi/launchers/slate/styles/colors.rasi +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Change the colorscheme for every menu simply by editing this file... - * - * Available Color Schemes - * - * Amber Blue Blue_gray Black Brown Cyan Deep_orange - * Deep_purple Gray Green Indigo Light_blue Light_green Lime - * Orange Pink Purple Red Teal Yellow - * - */ - -@import "Blue.rasi" diff --git a/Common/rofi/launchers/text/launcher.sh b/Common/rofi/launchers/text/launcher.sh deleted file mode 100755 index b5c28a6..0000000 --- a/Common/rofi/launchers/text/launcher.sh +++ /dev/null @@ -1,29 +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 -# -# style_1 style_2 style_3 style_4 style_5 style_6 style_7 - -theme="style_2" - -dir="$HOME/.config/rofi/launchers/text" -styles=($(ls -p --hide="colors.rasi" $dir/styles)) -color="${styles[$(( $RANDOM % 10 ))]}" - -# 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 % 7 ))]}" - -rofi -no-lazy-grab -show drun \ --modi run,drun,window \ --theme $dir/"$theme" - diff --git a/Common/rofi/launchers/text/style_1.rasi b/Common/rofi/launchers/text/style_1.rasi deleted file mode 100644 index 2dc1a73..0000000 --- a/Common/rofi/launchers/text/style_1.rasi +++ /dev/null @@ -1,176 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 10; - columns: 2; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: false; - fake-transparency: false; - scroll-method: 1; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 12px; - padding: 40; - width: 50%; - height: 50%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 4px; - scrollbar: false; - padding: 4px 0px 0px; -} - -element { - border: 0px; - padding: 1px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @bg; - text-color: @green; -} -element selected.normal { - background-color: @bg; - text-color: @ac; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @bg; - text-color: @ac; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 20px; -} - -button { - margin: 5px; - padding: 5px; - text-color: @fg; - border: 0px; - border-radius: 20px; - border-color: @fg; -} - -button selected { - text-color: @fg; - border: 3px; - border-radius: 20px; - border-color: @ac; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_2.rasi b/Common/rofi/launchers/text/style_2.rasi deleted file mode 100644 index c762dd6..0000000 --- a/Common/rofi/launchers/text/style_2.rasi +++ /dev/null @@ -1,178 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 15; - columns: 1; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: false; - fake-transparency: false; - scroll-method: 0; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 6px; - padding: 30; - width: 20%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 4px; - scrollbar: false; - padding: 5px 5px 0px 5px; -} - -element { - border: 0px; - border-radius: 4px; - padding: 5px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @green; - text-color: @bg; -} -element selected.normal { - background-color: @fg; - text-color: @bg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @fg; - text-color: @bg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @fg; - margin: 5px; - padding: 5px; - text-color: @bg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -button selected { - background-color: @ac; - text-color: @fg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_3.rasi b/Common/rofi/launchers/text/style_3.rasi deleted file mode 100644 index 74e3b0d..0000000 --- a/Common/rofi/launchers/text/style_3.rasi +++ /dev/null @@ -1,178 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 6; - columns: 1; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: false; - fake-transparency: false; - scroll-method: 0; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 6px; - padding: 15; - width: 20%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 4px; - scrollbar: false; - padding: 5px 5px 0px 5px; -} - -element { - border: 0px; - border-radius: 4px; - padding: 5px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @green; - text-color: @bg; -} -element selected.normal { - background-color: @fg; - text-color: @bg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @fg; - text-color: @bg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @fg; - margin: 5px; - padding: 5px; - text-color: @bg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -button selected { - background-color: @ac; - text-color: @fg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_4.rasi b/Common/rofi/launchers/text/style_4.rasi deleted file mode 100644 index 4b81aa8..0000000 --- a/Common/rofi/launchers/text/style_4.rasi +++ /dev/null @@ -1,179 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 15; - columns: 1; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 1; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: false; - fake-transparency: false; - scroll-method: 0; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 0px; - padding: 30; - width: 20%; - height: 100%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 4px; - scrollbar: false; - padding: 15px 5px 0px 5px; -} - -element { - border: 0px; - border-radius: 4px; - padding: 5px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @green; - text-color: @bg; -} -element selected.normal { - background-color: @ac; - text-color: @bg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @ac; - text-color: @bg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @red; - margin: 5px; - padding: 5px; - text-color: @fg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -button selected { - background-color: @green; - text-color: @fg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_5.rasi b/Common/rofi/launchers/text/style_5.rasi deleted file mode 100644 index af45c55..0000000 --- a/Common/rofi/launchers/text/style_5.rasi +++ /dev/null @@ -1,181 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 5; - columns: 3; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: true; - fake-transparency: false; - scroll-method: 0; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 0px; - padding: 300px; - width: 100%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 5px; - scrollbar: false; - padding: 25px 5px -20px 5px; -} - -element { - border: 4px; - border-radius: 4px; - padding: 15px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @bg; - text-color: @fg; - border-color: @green; -} -element selected.normal { - background-color: @bg; - text-color: @fg; - border-color: @fg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @bg; - text-color: @fg; - border-color: @fg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @se; - margin: 5px; - padding: 15px; - text-color: @fg; - border: 0px; - border-radius: 4px; - border-color: @fg; -} - -button selected { - background-color: @bg; - text-color: @fg; - border: 4px; - border-radius: 4px; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_6.rasi b/Common/rofi/launchers/text/style_6.rasi deleted file mode 100644 index b05bc90..0000000 --- a/Common/rofi/launchers/text/style_6.rasi +++ /dev/null @@ -1,178 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 10; - columns: 1; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: true; - fake-transparency: false; - scroll-method: 0; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 0px; - padding: 30%; - width: 100%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 5px; - scrollbar: false; - padding: 35px 5px 25px 5px; -} - -element { - border: 0px; - border-radius: 100%; - padding: 15px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @green; - text-color: @bg; -} -element selected.normal { - background-color: @fg; - text-color: @bg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @fg; - text-color: @bg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @fg; - margin: 5px; - padding: 15px; - text-color: @bg; - border: 0px; - border-radius: 100%; - border-color: @fg; -} - -button selected { - background-color: @ac; - text-color: @fg; - border: 0px; - border-radius: 100%; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/style_7.rasi b/Common/rofi/launchers/text/style_7.rasi deleted file mode 100644 index 9b6d471..0000000 --- a/Common/rofi/launchers/text/style_7.rasi +++ /dev/null @@ -1,178 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - lines: 10; - columns: 2; - font: "Iosevka Nerd Font 12"; - bw: 0; - location: 0; - padding: 0; - fixed-num-lines: true; - show-icons: false; - sidebar-mode: true; - separator-style: "none"; - hide-scrollbar: true; - fullscreen: false; - fake-transparency: false; - scroll-method: 1; - window-format: "[{w}] ··· {c} ··· {t}"; - click-to-exit: true; - show-match: false; - combi-hide-mode-prefix: false; - display-window: ""; - display-windowcd: ""; - display-run: ""; - display-ssh: ""; - display-drun: ""; - display-combi: ""; -} - -@import "styles/colors.rasi" - -* { - background-color: @bg; -} - -window { - border: 0px; - border-color: @ac; - border-radius: 20px; - padding: 30; - width: 40%; -} - -prompt { - spacing: 0; - border: 0; - text-color: @fg; -} - -textbox-prompt-colon { - expand: false; - str: " "; - margin: 0px 4px 0px 0px; - text-color: inherit; -} - -entry { - spacing: 0; - text-color: @fg; -} - -case-indicator { - spacing: 0; - text-color: @fg; -} - -inputbar { - spacing: 0px; - text-color: @fg; - padding: 1px; - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -mainbox { - border: 0px; - border-color: @ac; - padding: 6; -} - -listview { - fixed-height: 0; - border: 0px; - border-color: @ac; - spacing: 4px; - scrollbar: false; - padding: 5px 5px 0px 5px; -} - -element { - border: 0px; - border-radius: 100%; - padding: 5px; -} -element normal.normal { - background-color: @bg; - text-color: @fg; -} -element normal.urgent { - background-color: @bg; - text-color: @red; -} -element normal.active { - background-color: @green; - text-color: @bg; -} -element selected.normal { - background-color: @ac; - text-color: @bg; -} -element selected.urgent { - background-color: @bg; - text-color: @red; -} -element selected.active { - background-color: @ac; - text-color: @bg; -} -element alternate.normal { - background-color: @bg; - text-color: @fg; -} -element alternate.urgent { - background-color: @bg; - text-color: @fg; -} -element alternate.active { - background-color: @bg; - text-color: @fg; -} - -sidebar { - border: 0px; - border-color: @ac; - border-radius: 0px; -} - -button { - background-color: @red; - margin: 5px; - padding: 5px; - text-color: @fg; - border: 0px; - border-radius: 100%; - border-color: @fg; -} - -button selected { - background-color: @green; - text-color: @fg; - border: 0px; - border-radius: 100%; - border-color: @fg; -} - -scrollbar { - width: 4px; - border: 0px; - handle-color: @fg; - handle-width: 8px; - padding: 0; -} - -message { - border: 0px; - border-color: @ac; - padding: 1px; -} - -textbox { - text-color: @fg; -} diff --git a/Common/rofi/launchers/text/styles/berry.rasi b/Common/rofi/launchers/text/styles/berry.rasi deleted file mode 100644 index 65ab4f1..0000000 --- a/Common/rofi/launchers/text/styles/berry.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #280F28ff; - se: #2D142Cff; - fg: #ffffffA6; - ac: #EE4540ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/black.rasi b/Common/rofi/launchers/text/styles/black.rasi deleted file mode 100644 index 77366f1..0000000 --- a/Common/rofi/launchers/text/styles/black.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #101010ff; - se: #151515ff; - fg: #f5f5f5ff; - ac: #42A5F5ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/bluish.rasi b/Common/rofi/launchers/text/styles/bluish.rasi deleted file mode 100644 index ad8b84f..0000000 --- a/Common/rofi/launchers/text/styles/bluish.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #EFF0F1FF; - se: #E3E3E3FF; - fg: #000000A6; - ac: #000B83FF; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/cocoa.rasi b/Common/rofi/launchers/text/styles/cocoa.rasi deleted file mode 100644 index 3c641a4..0000000 --- a/Common/rofi/launchers/text/styles/cocoa.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #3C3945FF; - se: #413E4Aff; - fg: #F7C7B2ff; - ac: #B38184ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/colors.rasi b/Common/rofi/launchers/text/styles/colors.rasi deleted file mode 100644 index 5b5d2b7..0000000 --- a/Common/rofi/launchers/text/styles/colors.rasi +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Change the colorscheme for every menu simply by editing this file... - * - * Available Color Schemes - * - * bluish berry nordic nightly gotham mask faded cocoa - * black white - * - */ - -@import "berry.rasi" diff --git a/Common/rofi/launchers/text/styles/faded.rasi b/Common/rofi/launchers/text/styles/faded.rasi deleted file mode 100644 index c9567e0..0000000 --- a/Common/rofi/launchers/text/styles/faded.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #57678CFF; - se: #5E6C91ff; - fg: #FFFCFFff; - ac: #FF83A7ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/gotham.rasi b/Common/rofi/launchers/text/styles/gotham.rasi deleted file mode 100644 index 4d13693..0000000 --- a/Common/rofi/launchers/text/styles/gotham.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #24334Aff; - se: #29384Fff; - fg: #FEFFF1ff; - ac: #3A6081ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/mask.rasi b/Common/rofi/launchers/text/styles/mask.rasi deleted file mode 100644 index afb1cfa..0000000 --- a/Common/rofi/launchers/text/styles/mask.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #3E4667ff; - se: #434C6Dff; - fg: #FAF7CCff; - ac: #CA8CA5ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/nightly.rasi b/Common/rofi/launchers/text/styles/nightly.rasi deleted file mode 100644 index 75d3a00..0000000 --- a/Common/rofi/launchers/text/styles/nightly.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #25344Bff; - se: #2A3950ff; - fg: #FEFFF1ff; - ac: #A162F7ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/nordic.rasi b/Common/rofi/launchers/text/styles/nordic.rasi deleted file mode 100644 index 8ff9560..0000000 --- a/Common/rofi/launchers/text/styles/nordic.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #425775ff; - se: #475C7Bff; - fg: #ffffffcc; - ac: #FDBB6Dff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} diff --git a/Common/rofi/launchers/text/styles/white.rasi b/Common/rofi/launchers/text/styles/white.rasi deleted file mode 100644 index 48f1c8c..0000000 --- a/Common/rofi/launchers/text/styles/white.rasi +++ /dev/null @@ -1,15 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #ffffffff; - se: #f5f5f5ff; - fg: #000000ff; - ac: #2900D0ff; - red: #EC7875ff; - green: #61C766ff; - yellow: #FDD835ff; - blue: #42A5F5ff; - purple: #BA68C8ff; - cyan: #4DD0E1ff; -} |