diff --git a/cava/config b/cava/config index 9804009..5a2f798 100644 --- a/cava/config +++ b/cava/config @@ -227,21 +227,10 @@ framerate = 45 # Gradient mode, only hex defined colors are supported, # background must also be defined in hex or remain commented out. 1 = on, 0 = off. # You can define as many as 8 different colors. They range from bottom to top of screen -gradient = 0 -;; gradient_count = 3 -;; gradient_color_1 = '#9E2238' -;; gradient_color_2 = '#BB6F80' -;; gradient_color_3 = '#EB9FB0' -;gradient_color_4 = '#68d4f1' -;gradient_color_3 = '#50a3b5' -;gradient_color_2 = '#027c9b' -;gradient_color_1 = '#1e4950' -; gradient_color_5 = '#ff5148' -; gradient_color_6 = '#ff5d56' -; gradient_color_7 = '#ff6863' -; gradient_color_8 = '#ff736f' - - +gradient = 1 +gradient_count = 2 +gradient_color_1 = '#9E2238' +gradient_color_2 = '#9E2238' [smoothing] diff --git a/nvim/lua/themes/kolyan.lua b/nvim/lua/themes/kolyan.lua index 2f84585..0ea9549 100644 --- a/nvim/lua/themes/kolyan.lua +++ b/nvim/lua/themes/kolyan.lua @@ -37,7 +37,7 @@ M.base_16 = { base00 = "#1c1c1c", -- background base01 = "#1a1d21", base02 = "#23262a", - base03 = "#2b2e32", + base03 = "#5b5e62", base04 = "#323539", base05 = "#878b96", -- foreground base06 = "#cbcbcc", diff --git a/rofi-wayland/launchers/type-6/images/372954c93248c512ad30157ff1fb0d3a.jpg b/rofi-wayland/launchers/type-6/images/372954c93248c512ad30157ff1fb0d3a.jpg new file mode 100644 index 0000000..3554d0e Binary files /dev/null and b/rofi-wayland/launchers/type-6/images/372954c93248c512ad30157ff1fb0d3a.jpg differ diff --git a/rofi-wayland/launchers/type-6/images/4-27.png b/rofi-wayland/launchers/type-6/images/4-27.png new file mode 100644 index 0000000..2c7071d Binary files /dev/null and b/rofi-wayland/launchers/type-6/images/4-27.png differ diff --git a/rofi-wayland/launchers/type-6/images/oijoij.jpg b/rofi-wayland/launchers/type-6/images/oijoij.jpg new file mode 100644 index 0000000..abed024 Binary files /dev/null and b/rofi-wayland/launchers/type-6/images/oijoij.jpg differ diff --git a/rofi-wayland/launchers/type-6/images/oijoijoweifjo.jpg b/rofi-wayland/launchers/type-6/images/oijoijoweifjo.jpg new file mode 100644 index 0000000..b1c1c05 Binary files /dev/null and b/rofi-wayland/launchers/type-6/images/oijoijoweifjo.jpg differ diff --git a/rofi-wayland/launchers/type-6/launcher.sh b/rofi-wayland/launchers/type-6/launcher.sh index f6ac244..8f8cd3f 100755 --- a/rofi-wayland/launchers/type-6/launcher.sh +++ b/rofi-wayland/launchers/type-6/launcher.sh @@ -2,25 +2,24 @@ ## Author : Aditya Shakya (adi1090x) ## Github : @adi1090x -# -## Rofi : Launcher (Modi Drun, Run, File Browser, Window) -# -## Available Styles -# -## style-1 style-2 style-3 style-4 style-5 -## style-6 style-7 style-8 style-9 style-10 + +## Forked by : Nikolai Papin (WeirdCat) +## Git: cloud.weirdcat.su dir="$HOME/.config/rofi-wayland/launchers/type-6" +images_dir="$dir/images/" theme='style-7' +image=$(find "$images_dir" -type f | shuf -n 1) + if [[ ! -e /tmp/rofi-theme.rasi ]]; then cp ${dir}/${theme}.rasi /tmp/rofi-theme.rasi - cp ~/.config/rofi-wayland/images/japanvolcano.jpg /tmp/rofi-img.jpg fi -## Run +rm /tmp/rofi-img.jpg +ln -s $image /tmp/rofi-img.jpg + rofi \ -modes drun,run,window,calc \ -show drun \ -theme /tmp/rofi-theme.rasi - # -theme ${dir}/${theme}.rasi diff --git a/rofi-wayland/launchers/type-6/style-7.rasi b/rofi-wayland/launchers/type-6/style-7.rasi index e859a12..c4bfd73 100644 --- a/rofi-wayland/launchers/type-6/style-7.rasi +++ b/rofi-wayland/launchers/type-6/style-7.rasi @@ -23,12 +23,12 @@ configuration { /*****----- Global Properties -----*****/ * { font: "JetBrains Mono Nerd Font 10"; - background: #1e1f29ba; - background-alt: #1e1f29ca; + background: #1c1c1cba; + background-alt: #1c1c1cca; foreground: #FFe8EE; - selected: #E26273dd; - active: #E26273; - urgent: #9E2238; + selected: #9E2238dd; + active: #9E2238; + urgent: #D14781; } /*****----- Main Window -----*****/