Browse Source

Merge pull request #327 from JaKooLit/main

main to development
pull/328/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
5e2d2749aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      config/hypr/initial-boot.sh
  2. 1
      config/hypr/scripts/KeyHints.sh
  3. BIN
      config/hypr/wallpaper_effects/.wallpaper_current
  4. BIN
      config/hypr/wallpaper_effects/.wallpaper_modified
  5. 36
      config/hypr/wallust/wallust-hyprland.conf
  6. 42
      config/rofi/wallust/colors-rofi.rasi
  7. 38
      config/waybar/wallust/colors-waybar.css
  8. 2
      copy.sh
  9. BIN
      wallpapers/Fantasy-Landscape2.png
  10. BIN
      wallpapers/Lofi-Computer.png

3
config/hypr/initial-boot.sh

@ -7,7 +7,7 @@
# Variables # Variables
scriptsDir=$HOME/.config/hypr/scripts scriptsDir=$HOME/.config/hypr/scripts
wallpaper=$HOME/Pictures/wallpapers/Lofi-Anime-Room.png wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified
waybar_style="$HOME/.config/waybar/style/[Wallust] Box type.css" waybar_style="$HOME/.config/waybar/style/[Wallust] Box type.css"
kvantum_theme="Catppuccin-Mocha" kvantum_theme="Catppuccin-Mocha"
color_scheme="prefer-dark" color_scheme="prefer-dark"
@ -15,7 +15,6 @@ gtk_theme="Andromeda-dark"
icon_theme="Flat-Remix-Blue-Dark" icon_theme="Flat-Remix-Blue-Dark"
cursor_theme="Bibata-Modern-Ice" cursor_theme="Bibata-Modern-Ice"
swww="swww img" swww="swww img"
effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2"

1
config/hypr/scripts/KeyHints.sh

@ -49,6 +49,7 @@ yad --width=$dynamic_width --height=$dynamic_height \
" Z" "Desktop Zoom" "(pyprland)" \ " Z" "Desktop Zoom" "(pyprland)" \
" Alt V" "Clipboard Manager" "(cliphist)" \ " Alt V" "Clipboard Manager" "(cliphist)" \
" W" "Choose wallpaper" "(Wallpaper Menu)" \ " W" "Choose wallpaper" "(Wallpaper Menu)" \
" Shift W" "Choose wallpaper effects" "(imagemagick + swww)" \
"CTRL ALT W" "Random wallpaper" "(via swww)" \ "CTRL ALT W" "Random wallpaper" "(via swww)" \
" B" "Hide/UnHide Waybar" "waybar" \ " B" "Hide/UnHide Waybar" "waybar" \
" CTRL B" "Choose waybar styles" "(waybar styles)" \ " CTRL B" "Choose waybar styles" "(waybar styles)" \

BIN
config/hypr/wallpaper_effects/.wallpaper_current

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 MiB

After

Width:  |  Height:  |  Size: 7.3 MiB

BIN
config/hypr/wallpaper_effects/.wallpaper_modified

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 MiB

After

Width:  |  Height:  |  Size: 9.2 MiB

36
config/hypr/wallust/wallust-hyprland.conf

@ -1,18 +1,18 @@
$background = rgb(010001) $background = rgb(020302)
$foreground = rgb(FBF8ED) $foreground = rgb(BFBEB7)
$color0 = rgb(010001) $color0 = rgb(020302)
$color1 = rgb(020102) $color1 = rgb(171812)
$color2 = rgb(421C20) $color2 = rgb(1F1E16)
$color3 = rgb(2C3034) $color3 = rgb(26251B)
$color4 = rgb(475654) $color4 = rgb(2E2C20)
$color5 = rgb(986356) $color5 = rgb(363324)
$color6 = rgb(B6B099) $color6 = rgb(363324)
$color7 = rgb(F1ECDD) $color7 = rgb(9B998F)
$color8 = rgb(A8A59B) $color8 = rgb(6C6B64)
$color9 = rgb(030203) $color9 = rgb(1F1F18)
$color10 = rgb(58252B) $color10 = rgb(29291E)
$color11 = rgb(3B4045) $color11 = rgb(333224)
$color12 = rgb(5F7370) $color12 = rgb(3E3B2A)
$color13 = rgb(CB8473) $color13 = rgb(484430)
$color14 = rgb(F3EACC) $color14 = rgb(484430)
$color15 = rgb(F1ECDD) $color15 = rgb(9B998F)

42
config/rofi/wallust/colors-rofi.rasi

@ -1,28 +1,28 @@
* { * {
active-background: #030203; active-background: #1F1F18;
active-foreground: #FBF8ED; active-foreground: #BFBEB7;
normal-background: #010001; normal-background: #020302;
normal-foreground: #FBF8ED; normal-foreground: #BFBEB7;
urgent-background: #5F7370; urgent-background: #3E3B2A;
urgent-foreground: #FBF8ED; urgent-foreground: #BFBEB7;
alternate-active-background: #986356; alternate-active-background: #363324;
alternate-active-foreground: #FBF8ED; alternate-active-foreground: #BFBEB7;
alternate-normal-background: #010001; alternate-normal-background: #020302;
alternate-normal-foreground: #FBF8ED; alternate-normal-foreground: #BFBEB7;
alternate-urgent-background: #010001; alternate-urgent-background: #020302;
alternate-urgent-foreground: #FBF8ED; alternate-urgent-foreground: #BFBEB7;
selected-active-background: #030203; selected-active-background: #1F1F18;
selected-active-foreground: #FBF8ED; selected-active-foreground: #BFBEB7;
selected-normal-background: #F1ECDD; selected-normal-background: #9B998F;
selected-normal-foreground: #FBF8ED; selected-normal-foreground: #BFBEB7;
selected-urgent-background: #5F7370; selected-urgent-background: #3E3B2A;
selected-urgent-foreground: #FBF8ED; selected-urgent-foreground: #BFBEB7;
background-color: #010001; background-color: #020302;
background: rgba(0,0,0,0.7); background: rgba(0,0,0,0.7);
foreground: #F1ECDD; foreground: #9B998F;
border-color: #030203; border-color: #1F1F18;
} }

38
config/waybar/wallust/colors-waybar.css

@ -1,20 +1,20 @@
@define-color foreground #FBF8ED; @define-color foreground #BFBEB7;
@define-color background rgba(1,0,1,0.25); @define-color background rgba(2,3,2,0.25);
@define-color cursor #FBF8ED; @define-color cursor #BFBEB7;
@define-color color0 #010001; @define-color color0 #020302;
@define-color color1 #020102; @define-color color1 #171812;
@define-color color2 #421C20; @define-color color2 #1F1E16;
@define-color color3 #2C3034; @define-color color3 #26251B;
@define-color color4 #475654; @define-color color4 #2E2C20;
@define-color color5 #986356; @define-color color5 #363324;
@define-color color6 #B6B099; @define-color color6 #363324;
@define-color color7 #F1ECDD; @define-color color7 #9B998F;
@define-color color8 #A8A59B; @define-color color8 #6C6B64;
@define-color color9 #030203; @define-color color9 #1F1F18;
@define-color color10 #58252B; @define-color color10 #29291E;
@define-color color11 #3B4045; @define-color color11 #333224;
@define-color color12 #5F7370; @define-color color12 #3E3B2A;
@define-color color13 #CB8473; @define-color color13 #484430;
@define-color color14 #F3EACC; @define-color color14 #484430;
@define-color color15 #F1ECDD; @define-color color15 #9B998F;

2
copy.sh

@ -3,7 +3,7 @@
clear clear
wallpaper=$HOME/Pictures/wallpapers/Lofi-Anime-Room.png wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified
waybar_style="$HOME/.config/waybar/style/[Wallust] Box type.css" waybar_style="$HOME/.config/waybar/style/[Wallust] Box type.css"
waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v3" waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v3"
waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v3" waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v3"

BIN
wallpapers/Fantasy-Landscape2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

BIN
wallpapers/Lofi-Computer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

Loading…
Cancel
Save