add stuff

This commit is contained in:
ksyasuda 2021-09-01 23:06:47 -07:00
parent 6e9e734cd1
commit ab014ab5cd
189 changed files with 12058 additions and 135 deletions

View File

@ -1,30 +1,30 @@
include-file = $HOME/i3/modules/memory.ini
include-file = $HOME/i3/modules/custom-mpd.ini
include-file = $HOME/i3/modules/playerctl.ini
include-file = $HOME/i3/modules/jdate.ini
include-file = $HOME/i3/modules/openweathermap-fullfeatured.ini
include-file = $HOME/i3/modules/color-picker.ini
include-file = $HOME/i3/modules/bluetooth.ini
include-file = $HOME/i3/modules/bluetooth.desktop.ini
include-file = $HOME/i3/modules/bluetooth2.ini
include-file = $HOME/i3/modules/battery.ini
include-file = $HOME/i3/modules/package-updates-trigger.ini
include-file = $HOME/i3/modules/package-updates.ini
include-file = $HOME/i3/modules/spotify-bar.ini
include-file = $HOME/i3/modules/spotify-bar-desktop.ini
include-file = $HOME/i3/modules/spotify-controls.ini
include-file = $HOME/i3/modules/cpu.ini
include-file = $HOME/i3/modules/vscode.ini
include-file = $HOME/i3/modules/settings.ini
include-file = $HOME/i3/modules/dolphin.ini
include-file = $HOME/i3/modules/flameshot.ini
include-file = $HOME/i3/modules/menu.ini
include-file = $HOME/i3/modules/pulseaudio.ini
include-file = $HOME/i3/modules/workspaces.ini
include-file = $HOME/i3/modules/network.ini
include-file = $HOME/i3/modules/network-desktop.ini
include-file = $HOME/i3/modules/reddit.ini
include-file = $HOME/i3/modules/github.ini
include-file = $HOME/i3/modules/volume.ini
include-file = $HOME/i3/modules/date.ini
include-file = $HOME/i3/modules/powermenu.ini
include-file = $HOME/SudacodeRice/polybar-modules/memory.ini
include-file = $HOME/SudacodeRice/polybar-modules/custom-mpd.ini
include-file = $HOME/SudacodeRice/polybar-modules/playerctl.ini
include-file = $HOME/SudacodeRice/polybar-modules/jdate.ini
include-file = $HOME/SudacodeRice/polybar-modules/openweathermap-fullfeatured.ini
include-file = $HOME/SudacodeRice/polybar-modules/color-picker.ini
include-file = $HOME/SudacodeRice/polybar-modules/bluetooth.ini
include-file = $HOME/SudacodeRice/polybar-modules/bluetooth.desktop.ini
include-file = $HOME/SudacodeRice/polybar-modules/bluetooth2.ini
include-file = $HOME/SudacodeRice/polybar-modules/battery.ini
include-file = $HOME/SudacodeRice/polybar-modules/package-updates-trigger.ini
include-file = $HOME/SudacodeRice/polybar-modules/package-updates.ini
include-file = $HOME/SudacodeRice/polybar-modules/spotify-bar.ini
include-file = $HOME/SudacodeRice/polybar-modules/spotify-bar-desktop.ini
include-file = $HOME/SudacodeRice/polybar-modules/spotify-controls.ini
include-file = $HOME/SudacodeRice/polybar-modules/cpu.ini
include-file = $HOME/SudacodeRice/polybar-modules/vscode.ini
include-file = $HOME/SudacodeRice/polybar-modules/settings.ini
include-file = $HOME/SudacodeRice/polybar-modules/dolphin.ini
include-file = $HOME/SudacodeRice/polybar-modules/flameshot.ini
include-file = $HOME/SudacodeRice/polybar-modules/menu.ini
include-file = $HOME/SudacodeRice/polybar-modules/pulseaudio.ini
include-file = $HOME/SudacodeRice/polybar-modules/workspaces.ini
include-file = $HOME/SudacodeRice/polybar-modules/network.ini
include-file = $HOME/SudacodeRice/polybar-modules/network-desktop.ini
include-file = $HOME/SudacodeRice/polybar-modules/reddit.ini
include-file = $HOME/SudacodeRice/polybar-modules/github.ini
include-file = $HOME/SudacodeRice/polybar-modules/volume.ini
include-file = $HOME/SudacodeRice/polybar-modules/date.ini
include-file = $HOME/SudacodeRice/polybar-modules/powermenu.ini

View File

@ -1,8 +1,8 @@
[module/system-bluetooth-bluetoothctl]
type = custom/script
exec = ~/i3/scripts/system-bluetooth-bluetoothctl.sh
exec = ~/SudacodeRice/scripts/system-bluetooth-bluetoothctl.sh
tail = true
click-left = ~/i3/scripts/system-bluetooth-bluetoothctl.sh --toggle &
click-left = ~/SudacodeRice/scripts/system-bluetooth-bluetoothctl.sh --toggle &
click-right = blueman-manager
label-foreground = #fc855a
label-padding = 1

View File

@ -2,9 +2,9 @@
type = custom/script
tail = true
interval = 0
exec = $HOME/i3/scripts/show-music.sh
exec = $HOME/SudacodeRice/scripts/show-music.sh
format = <label>
click-left = exec $HOME/i3/scripts/music-controls.sh -t
click-left = exec $HOME/SudacodeRice/scripts/music-controls.sh -t
click-right = alacritty -e ncmpcpp
format-padding = 1
format-underline = #1DB954
@ -12,16 +12,16 @@ format-foreground = #55AEBB
[module/mpd-next]
type = custom/script
click-left = $HOME/i3/scripts/music-controls.sh -n
exec = $HOME/i3/scripts/mpd-controls.sh next
click-left = $HOME/SudacodeRice/scripts/music-controls.sh -n
exec = $HOME/SudacodeRice/scripts/mpd-controls.sh next
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB
[module/mpd-prev]
type = custom/script
click-left = $HOME/i3/scripts/music-controls.sh -p
exec = $HOME/i3/scripts/mpd-controls.sh prev
click-left = $HOME/SudacodeRice/scripts/music-controls.sh -p
exec = $HOME/SudacodeRice/scripts/mpd-controls.sh prev
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB

View File

@ -6,4 +6,4 @@ label-font = 4
# format-foreground = #fc8353
format-foreground = #c578dd
format-padding = 1
exec = python ~/i3/scripts/date.py
exec = python ~/SudacodeRice/scripts/date.py

View File

@ -6,5 +6,5 @@ content = 
content-padding = 3
content-background = ${color.shade3}
content-foreground = #2878af
click-right = ~/i3/scripts/menu_full
click-left = ~/i3/scripts/menu
click-right = ~/SudacodeRice/scripts/menu_full
click-left = ~/SudacodeRice/scripts/menu_small

View File

@ -1,6 +1,6 @@
[module/openweathermap-fullfeatured]
type = custom/script
exec = ~/i3/scripts/openweathermap-fullfeatured.sh
exec = ~/SudacodeRice/scripts/openweathermap-fullfeatured.sh
click-left = exec ~/scripts/weather
interval = 600
format-font = 3

View File

@ -1,6 +1,6 @@
[module/package-updates]
type = custom/ipc
hook-0 = ~/i3/scripts/package-updates
hook-0 = ~/SudacodeRice/scripts/package-updates
# format-foreground = #56a7b5
format-foreground = #A8D385
format-padding = 1

View File

@ -2,25 +2,25 @@
type = custom/script
tail = true
interval = 0
exec = $HOME/i3/scripts/playerctl-controls.sh -s
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -s
format = <label>
click-left = exec $HOME/i3/scripts/playerctl-controls.sh -t
click-left = exec $HOME/SudacodeRice/scripts/playerctl-controls.sh -t
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB
[module/playerctl-next]
type = custom/script
click-left = $HOME/i3/scripts/playerctl-controls.sh -n
exec = $HOME/i3/scripts/playerctl-controls.sh -f
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -n
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -f
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB
[module/playerctl-prev]
type = custom/script
click-left = $HOME/i3/scripts/playerctl-controls.sh -p
exec = $HOME/i3/scripts/playerctl-controls.sh -b
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -p
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -b
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB

View File

@ -4,5 +4,5 @@ content = 
content-padding = 4
content-background = ${color.shade3}
content-foreground = #D85458
click-left = ~/i3/scripts/sysmenu
click-right = ~/i3/scripts/sysmenu
click-left = ~/SudacodeRice/scripts/powermenu
click-right = ~/SudacodeRice/scripts/powermenu

View File

@ -2,7 +2,7 @@
type = custom/script
interval = 1
format = <label>
exec = python /home/sudacode/i3/scripts/spotify_status.py -t 40 -p ',' --playpause-font=0 -f '{play_pause} {artist}: {song}'
exec = python ~/SudacodeRice/scripts/spotify_status.py -t 40 -p ',' --playpause-font=0 -f '{play_pause} {artist}: {song}'
format-underline = #1DB954
# format-foreground = #1DB954
format-foreground = #55AEBB

View File

@ -1,7 +1,7 @@
[module/spotify-prev]
type = custom/script
# exec = echo "玲"
exec = ~/i3/scripts/spot-controls.sh prev
exec = ~/SudacodeRice/scripts/spot-controls.sh prev
format = <label>
click-left = playerctl previous spotify
format-padding = 1
@ -23,7 +23,7 @@ click-left = playerctl play-pause spotify
[module/spotify-next]
type = custom/script
# exec = echo "怜"
exec = ~/i3/scripts/spot-controls.sh next
exec = ~/SudacodeRice/scripts/spot-controls.sh next
format = <label>
#format-padding=1
click-left = playerctl next spotify

View File

@ -12,7 +12,7 @@
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
include-file = $HOME/i3/include-modules.ini
include-file = $HOME/SudacodeRice/include-modules.ini
[color]

1
rofi/bin/android_apps Symbolic link
View File

@ -0,0 +1 @@
../applets/android/apps.sh

1
rofi/bin/android_backlight Symbolic link
View File

@ -0,0 +1 @@
../applets/android/backlight.sh

1
rofi/bin/android_mpd Symbolic link
View File

@ -0,0 +1 @@
../applets/android/mpd.sh

1
rofi/bin/android_powermenu Symbolic link
View File

@ -0,0 +1 @@
../applets/android/powermenu.sh

1
rofi/bin/android_quicklinks Symbolic link
View File

@ -0,0 +1 @@
../applets/android/quicklinks.sh

1
rofi/bin/android_screenshot Symbolic link
View File

@ -0,0 +1 @@
../applets/android/screenshot.sh

1
rofi/bin/android_volume Symbolic link
View File

@ -0,0 +1 @@
../applets/android/volume.sh

1
rofi/bin/applet_apps Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/apps.sh

1
rofi/bin/applet_backlight Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/backlight.sh

1
rofi/bin/applet_battery Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/battery.sh

1
rofi/bin/applet_mpd Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/mpd.sh

1
rofi/bin/applet_network Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/network.sh

1
rofi/bin/applet_powermenu Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/powermenu.sh

1
rofi/bin/applet_quicklinks Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/quicklinks.sh

1
rofi/bin/applet_screenshot Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/screenshot.sh

1
rofi/bin/applet_time Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/time.sh

1
rofi/bin/applet_volume Symbolic link
View File

@ -0,0 +1 @@
../applets/applets/volume.sh

1
rofi/bin/launcher_colorful Symbolic link
View File

@ -0,0 +1 @@
../launchers/colorful/launcher.sh

1
rofi/bin/launcher_misc Symbolic link
View File

@ -0,0 +1 @@
../launchers/misc/launcher.sh

1
rofi/bin/launcher_ribbon Symbolic link
View File

@ -0,0 +1 @@
../launchers/ribbon/launcher.sh

1
rofi/bin/launcher_slate Symbolic link
View File

@ -0,0 +1 @@
../launchers/slate/launcher.sh

1
rofi/bin/launcher_text Symbolic link
View File

@ -0,0 +1 @@
../launchers/text/launcher.sh

1
rofi/bin/menu_apps Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/apps.sh

1
rofi/bin/menu_backlight Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/backlight.sh

1
rofi/bin/menu_battery Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/battery.sh

1
rofi/bin/menu_mpd Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/mpd.sh

1
rofi/bin/menu_network Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/network.sh

1
rofi/bin/menu_powermenu Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/powermenu.sh

1
rofi/bin/menu_quicklinks Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/quicklinks.sh

1
rofi/bin/menu_screenshot Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/screenshot.sh

1
rofi/bin/menu_time Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/time.sh

1
rofi/bin/menu_volume Symbolic link
View File

@ -0,0 +1 @@
../applets/menu/volume.sh

1
rofi/bin/powermenu Symbolic link
View File

@ -0,0 +1 @@
../powermenu/powermenu.sh

45
rofi/bin/usedcpu Executable file
View File

@ -0,0 +1,45 @@
#!/usr/bin/env bash
PREV_TOTAL=0
PREV_IDLE=0
cpuFile="/tmp/.cpu"
if [[ -f "${cpuFile}" ]]; then
fileCont=$(cat "${cpuFile}")
PREV_TOTAL=$(echo "${fileCont}" | head -n 1)
PREV_IDLE=$(echo "${fileCont}" | tail -n 1)
fi
CPU=(`cat /proc/stat | grep '^cpu '`) # Get the total CPU statistics.
unset CPU[0] # Discard the "cpu" prefix.
IDLE=${CPU[4]} # Get the idle CPU time.
# Calculate the total CPU time.
TOTAL=0
for VALUE in "${CPU[@]:0:4}"; do
let "TOTAL=$TOTAL+$VALUE"
done
if [[ "${PREV_TOTAL}" != "" ]] && [[ "${PREV_IDLE}" != "" ]]; then
# Calculate the CPU usage since we last checked.
let "DIFF_IDLE=$IDLE-$PREV_IDLE"
let "DIFF_TOTAL=$TOTAL-$PREV_TOTAL"
let "DIFF_USAGE=(1000*($DIFF_TOTAL-$DIFF_IDLE)/$DIFF_TOTAL+5)/10"
if [[ $1 = "-i" ]]; then
echo " ${DIFF_USAGE}%"
else
echo "${DIFF_USAGE}%"
fi
else
if [[ $1 = "-i" ]]; then
echo " ?"
else
echo "?"
fi
fi
# Remember the total and idle CPU times for the next check.
echo "${TOTAL}" > "${cpuFile}"
echo "${IDLE}" >> "${cpuFile}"

27
rofi/bin/usedram Executable file
View File

@ -0,0 +1,27 @@
#!/usr/bin/env bash
mem_info=$(</proc/meminfo)
mem_info=$(echo $(echo $(mem_info=${mem_info// /}; echo ${mem_info//kB/})))
for m in $mem_info; do
case ${m//:*} in
"MemTotal") usedmem=$((usedmem+=${m//*:})); totalmem=${m//*:} ;;
"ShMem") usedmem=$((usedmem+=${m//*:})) ;;
"MemFree"|"Buffers"|"Cached"|"SReclaimable") usedmem=$((usedmem-=${m//*:})) ;;
esac
done
usedmem=$((usedmem / 1024))
totalmem=$((totalmem / 1024))
mem="${usedmem}MB / ${totalmem}MB"
## Complete summary
if [[ $1 = "-fi" ]]; then
echo " $mem"
elif [[ $1 = "-f" ]]; then
echo "$mem"
## Only used RAM
elif [[ $1 = "-i" ]]; then
echo " $usedmem MB"
else
echo "$usedmem MB"
fi

6
rofi/config.rasi Normal file
View File

@ -0,0 +1,6 @@
/** Basic config file **/
configuration {
show-icons: true;
icon-theme: "Papirus";
}

View File

@ -0,0 +1,9 @@
/* colors */
* {
al: #00000000;
bg: #000000ff;
se: #101010ff;
fg: #FFFFFFff;
ac: #FDD835ff;
}

View File

@ -0,0 +1,51 @@
#!/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"

View File

@ -0,0 +1,119 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,123 @@
/*
*
* 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;
sidebar-mode: false;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @bg;
text-color: @fg;
border: 0px;
border-color: @ac;
border-radius: 0px;
width: 100%;
height: 100%;
}
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,129 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 1%;
border-color: @ac;
border-radius: 15px;
background-color: @ac;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,132 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 1%;
border-color: @se;
border-radius: 15px;
background-color: @se;
padding: 2% 1% 2% 1%;
}
element-text {
background-color: @al;
text-color: inherit;
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%;
}

View File

@ -0,0 +1,119 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 32px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,120 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 32px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,119 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 48px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,119 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,116 @@
/*
*
* 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;
sidebar-mode: false;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @bg;
text-color: @fg;
border: 0px;
border-color: @ac;
border-radius: 0px;
width: 100%;
height: 100%;
}
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,119 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,125 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,126 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 24px;
border: 0px;
}
element-text {
background-color: @al;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,124 @@
/*
*
* 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;
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 {
background-color: @background;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: @background;
text-color: inherit;
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;
}

View File

@ -0,0 +1,122 @@
/*
*
* 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;
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: 100%;
height: 100%;
}
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 {
background-color: @background;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: @background;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,169 @@
/*
*
* 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;
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 {
background-color: @background-alt;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 128px;
border: 0px;
}
element-text {
background-color: @background-alt;
text-color: inherit;
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;
}

View File

@ -0,0 +1,147 @@
/*
*
* 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;
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 {
background-color: @background-alt;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 32px;
border: 0px;
}
element-text {
background-color: @background-alt;
text-color: inherit;
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;
}

View File

@ -0,0 +1,147 @@
/*
*
* 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;
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 {
background-color: @background-alt;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: @background-alt;
text-color: inherit;
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;
}

22
rofi/launchers/misc/launcher.sh Executable file
View File

@ -0,0 +1,22 @@
#!/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"

View File

@ -0,0 +1,122 @@
/*
*
* 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;
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;
width: 100%;
height: 100%;
}
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 {
background-color: @background-alt;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 81px;
border: 0px;
}
element-text {
background-color: @background-alt;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,138 @@
/*
*
* 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;
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%;
height: 100%;
}
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 80px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,136 @@
/*
*
* 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;
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 {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
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;
}

View File

@ -0,0 +1,139 @@
/*
*
* 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;
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%;
width: 100%;
height: 100%;
}
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,141 @@
/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
configuration {
font: "FantasqueSansMono Nerd Font 40";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
sidebar-mode: false;
markup: true;
}
@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%;
width: 100%;
height: 100%;
fullscreen: true;
}
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,139 @@
/*
*
* 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;
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%;
width: 100%;
height: 100%;
}
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,140 @@
/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
configuration {
font: "FantasqueSansMono Nerd Font 30";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
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%;
width: 100%;
height: 100%;
fullscreen: true;
}
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,28 @@
#!/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="full_left"
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"

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,142 @@
/*
*
* 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;
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,143 @@
/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
configuration {
font: "FantasqueSansMono Nerd Font 40";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
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;
fullscreen: true;
}
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 {
background-color: #00000000;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 64px;
border: 0px;
}
element-text {
background-color: #00000000;
text-color: inherit;
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;
}

View File

@ -0,0 +1,9 @@
* {
background: #2D142Cff;
background-alt: #2D142Cff;
foreground: #ffffffA6;
border: #EE4540ff;
border-alt: #C92A42ff;
selected: #510A3299;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,9 @@
* {
background: #EFF0F1FF;
background-alt: #EFF0F1FF;
foreground: #000000A6;
border: #000B83FF;
border-alt: #3DAEE9FF;
selected: #93CEE999;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,9 @@
* {
background: #413E4Aff;
background-alt: #413E4Aff;
foreground: #F7C7B2ff;
border: #B38184ff;
border-alt: #F3B69Eff;
selected: #B381841a;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,10 @@
/*
* Change the colorscheme for every menu simply by editing this file...
*
* Available Color Schemes
*
* bluish berry nordic nightly gotham mask faded cocoa
*
*/
@import "berry.rasi"

View File

@ -0,0 +1,9 @@
* {
background: #5E6C91ff;
background-alt: #5E6C91ff;
foreground: #FFFCFFff;
border: #FF83A7ff;
border-alt: #F4BB6Cff;
selected: #A0B5F44c;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,9 @@
* {
background: #29384Fff;
background-alt: #29384Fff;
foreground: #FEFFF1ff;
border: #345B7Cff;
border-alt: #715979ff;
selected: #C46C851a;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,9 @@
* {
background: #434C6Dff;
background-alt: #434C6Dff;
foreground: #FAF7CCff;
border: #CA8CA5ff;
border-alt: #F0B2B3ff;
selected: #EFD4B61a;
urgent: #DA4453FF;
}

View File

@ -0,0 +1,9 @@
* {
background: #2A3950ff;
background-alt: #2A3950ff;
foreground: #FEFFF1ff;
border: #A162F7ff;
border-alt: #45E3FFff;
selected: #6F88FE1a;
urgent: #DA4453FF;
}

Some files were not shown because too many files have changed in this diff Show More