diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index cfa5f9d..8a6594b 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,6 +1,6 @@ [window] -opacity = 0.95 +opacity = 1 padding.x = 10 padding.y = 10 @@ -15,4 +15,4 @@ bold_italic.family = "JetBrainsMono Nerd Font" size = 13.0 [colors.primary] -background = "#191414" \ No newline at end of file +background = "#151515" \ No newline at end of file diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index d336095..a73f43e 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -1,22 +1,22 @@ # https://wiki.hyprland.org/Configuring/Binds/ $terminal = alacritty -$fileManager = thunar +$files = thunar $menu = rofi -show drun -config ~/.config/rofi/config.rasi $browser = brave $code = code $lock = hyprlock -$colorPicker = hyprpicker -a -f hex -r -n -q +$color_picker = hyprpicker -a -f hex -r -n -q $mainMod = SUPER # Programs -bind = $mainMod, E, exec, $fileManager +bind = $mainMod, E, exec, $files bind = $mainMod, R, exec, $menu bind = $mainMod, B, exec, $browser bind = $mainMod, L, exec, $lock bind = $mainMod, C, exec, $code -bind = $mainMod SHIFT, C, exec, $colorPicker +bind = $mainMod SHIFT, C, exec, $color_picker bind = $mainMod, RETURN, exec, $terminal bind = $mainMod SHIFT, E, exit diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7bbd676..6490266 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -5,11 +5,14 @@ source = input.conf source = monitors.conf source = rules.conf +$scritps = ~/.config/hypr/scripts + exec-once = nm-applet & exec-once = waybar & exec-once = hyprpm reload -n -exec-once = hyprpaper exec-once = hypridle +exec-once = hyprpaper +exec-once = sleep 1 && $scritps/random_wallpaper.sh env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index e6cce56..5a101e3 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -1,20 +1,17 @@ background { - monitor = - # path = ~/wallpapers/japan-street-Dark.png - color = rgba(25, 20, 20, 1.0) - blur_passes = 2 + color = rgb(21, 21, 21) } input-field { monitor = size = 10%, 5% outline_thickness = 4 - inner_color = rgba(255, 255, 255, 1) # white fill - shadow_passes = 6 # shadow + inner_color = rgba(240, 240, 240) + shadow_passes = 6 - outer_color=000000 - check_color=000000 - fail_color=#ff + outer_color = rgba(0, 0, 0) + check_color = rgba(0, 0, 0) + fail_color = rgba(255, 0, 0) font_color = rgb(30, 30, 30) fade_on_empty = true diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 8e9dfce..e69de29 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +0,0 @@ -preload = ~/wallpapers/japan-street-Dark.png -wallpaper = , ~/wallpapers/japan-street-Dark.png \ No newline at end of file diff --git a/.config/hypr/scripts/random_wallpaper.sh b/.config/hypr/scripts/random_wallpaper.sh new file mode 100755 index 0000000..900064c --- /dev/null +++ b/.config/hypr/scripts/random_wallpaper.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +WALLPAPER_DIR="$HOME/wallpapers/" +CURRENT_WALL=$(hyprctl hyprpaper listloaded) + +# Get a random wallpaper that is not the current one +WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALL")" | shuf -n 1) + +# Apply the selected wallpaper +hyprctl hyprpaper reload ,"$WALLPAPER" \ No newline at end of file diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index ce4be8a..7bb4a79 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,9 +1 @@ -@theme "./themes/onedark/style.rasi" - -configuration { - font: "JetBrainsMono Nerd Font 12"; -} - -* { - color1: #191414; -} \ No newline at end of file +@theme "./minimal/style.rasi" \ No newline at end of file diff --git a/.config/rofi/themes/minimal/colors.rasi b/.config/rofi/minimal/colors.rasi similarity index 96% rename from .config/rofi/themes/minimal/colors.rasi rename to .config/rofi/minimal/colors.rasi index c6dbc11..262b3cb 100644 --- a/.config/rofi/themes/minimal/colors.rasi +++ b/.config/rofi/minimal/colors.rasi @@ -1,6 +1,6 @@ /*************************************************** * Name: Name Colors - * Author: Matheus Silva (https://github.com/Heus-Sueh) + * Author: Matheus Silva, Modified by nub31 * Date: 2024-09-28 ***************************************************/ @@ -70,4 +70,4 @@ txt: @text-color; border: @border-color; separator: @separator-color; -} +} \ No newline at end of file diff --git a/.config/rofi/themes/minimal/style.rasi b/.config/rofi/minimal/style.rasi similarity index 88% rename from .config/rofi/themes/minimal/style.rasi rename to .config/rofi/minimal/style.rasi index 48fd1b2..a6b70e9 100644 --- a/.config/rofi/themes/minimal/style.rasi +++ b/.config/rofi/minimal/style.rasi @@ -1,6 +1,6 @@ /*************************************************** * Name: Minimal - * Author: Matheus Silva (https://github.com/Heus-Sueh) + * Author: Matheus Silva, Modified by nub31 * Date: 2024-09-28 ***************************************************/ @@ -9,7 +9,7 @@ /* Comment */ configuration { - font: "Iosevka Nerd Font Medium 12"; + font: "JetBrainsMono Nerd Font Medium 12"; drun { display-name: "[^.^]"; @@ -39,6 +39,7 @@ configuration { window { transparency: "real"; background-color: @bg; + border-radius: 8px; } mainbox { @@ -74,5 +75,4 @@ element-text { element-text selected { text-color: @accent; -} - +} \ No newline at end of file diff --git a/.config/rofi/themes/onedark/colors.rasi b/.config/rofi/themes/onedark/colors.rasi deleted file mode 100644 index 0713719..0000000 --- a/.config/rofi/themes/onedark/colors.rasi +++ /dev/null @@ -1,74 +0,0 @@ -/*************************************************** - * Name: Name Colors - * Author: Matheus Silva (https://github.com/Heus-Sueh) - * Date: 2024-09-28 - ***************************************************/ - -/* Comment */ - -* { - /***** [ Custom Colors ] *****/ - - color1: #282C34; - color2: #ABB2BF; - - blue: #61AFEF; - blue-alt: #61AFEF15; - red: #E06C75; - red-alt: #E06C7515; - - /***** [ Elements ] *****/ - - background: @color1; - background-alt: white; - background-selected: @red-alt; - background-active: white; - background-urgent: white; - - foreground: @color2; - foreground-alt: white; - foreground-selected: @red; - foreground-active: white; - foreground-urgent: white; - - background-color: @color1; - text-color: @color2; - border-color: white; - separator-color: white; - placeholder-color: white; /* textbox placeholder */ - handle-color: transparent; /* scrollbar handle */ - highlight: bold white; - normal: white; - selected: @red; - active: white; - urgent: white; - - entry-bg: @blue-alt; - entry-fg: @blue; - - /***** [ Aliases ] *****/ - - /* DO NOT TOUCH HERE */ - - bg: @background; - bg-alt: @background-alt; - bg-sel: @background-selected; - bg-act: @background-active; - bg-urg: @background-urgent; - - fg: @foreground; - fg-alt: @foreground-alt; - fg-sel: @foreground-selected; - fg-act: @foreground-active; - fg-urg: @foreground-urgent; - - sel: @selected; - act: @active; - urg: @urgent; - text: @text-color; - txt: @text-color; - border: @border-color; - separator: @separator-color; - placeholder: @placeholder-color; - handle: @handle-color; -} diff --git a/.config/rofi/themes/onedark/style.rasi b/.config/rofi/themes/onedark/style.rasi deleted file mode 100644 index f2b8ba2..0000000 --- a/.config/rofi/themes/onedark/style.rasi +++ /dev/null @@ -1,87 +0,0 @@ -/*************************************************** - * Name: Name - * Author: Matheus Silva (https://github.com/Heus-Sueh) - * Date: 2024-09-28 - ***************************************************/ - -@import "colors.rasi" - -/* Comment */ - -configuration { - font: "Iosevka Nerd Font Medium 12"; - - drun { - display-name: ""; - } - - run { - display-name: ""; - } - - window { - display-name: ""; - } - - timeout { - delay: 10; - action: "kb-cancel"; - } -} - -* { - border: 0; - margin: 0; - padding: 0; - spacing: 0; -} - -window { - border: 2px; - border-color: @blue-alt; - border-radius: 6px; - padding: 6px; - transparency: "real"; -} - -mainbox { - children: [inputbar, listview]; -} - -inputbar { - border: 0 0 0 2px; - border-color: @blue; - border-radius: 6px; - children: [entry]; - margin: 0 0 6px 0; -} - -entry { - background-color: @entry-bg; - padding: 10px; - text-color: @entry-fg; -} - -listview { - lines: 10; -} - -element { - border: 0 0 0 2px; - border-color: @bg; - children: [element-text]; -} - -element selected { - border-color: @sel; - border-radius: 6px; -} - -element-text { - padding: 10px; -} - -element-text selected { - background-color: @bg-sel; - text-color: @fg-sel; -} diff --git a/.config/waybar/style.css b/.config/waybar/style.css index bfc3779..469f2d1 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -5,8 +5,8 @@ } #waybar { - background-color: #191414; - color: #ABB2BF; + background-color: #151515; + color: #FFFFFF; } button { @@ -37,7 +37,7 @@ button:hover { } #workspaces button.active { - border-bottom: 2px solid #ABB2BF; + border-bottom: 2px solid #FFFFFF; } #tray { @@ -64,7 +64,7 @@ button:hover { } #custom-lock { - border-bottom: 2px solid #ABB2BF; + border-bottom: 2px solid #FFFFFF; transition: all 100ms ease-in-out; padding-right: 16px; padding-left: 12px; diff --git a/wallpapers/charging.png b/wallpapers/charging.png new file mode 100644 index 0000000..e4857ad Binary files /dev/null and b/wallpapers/charging.png differ diff --git a/wallpapers/charging3.png b/wallpapers/charging3.png new file mode 100644 index 0000000..c566b31 Binary files /dev/null and b/wallpapers/charging3.png differ diff --git a/wallpapers/green-brown-yellow.jpg b/wallpapers/green-brown-yellow.jpg new file mode 100644 index 0000000..73d3991 Binary files /dev/null and b/wallpapers/green-brown-yellow.jpg differ diff --git a/wallpapers/grung-green-yellow-refd.png b/wallpapers/grung-green-yellow-refd.png new file mode 100644 index 0000000..d8d037a Binary files /dev/null and b/wallpapers/grung-green-yellow-refd.png differ diff --git a/wallpapers/miku-rain.png b/wallpapers/miku-rain.png new file mode 100644 index 0000000..6ebfc15 Binary files /dev/null and b/wallpapers/miku-rain.png differ diff --git a/wallpapers/raid-in-the-dark.png b/wallpapers/raid-in-the-dark.png new file mode 100644 index 0000000..7c85b2d Binary files /dev/null and b/wallpapers/raid-in-the-dark.png differ diff --git a/wallpapers/shestoocool.png b/wallpapers/shestoocool.png new file mode 100644 index 0000000..9ea9db8 Binary files /dev/null and b/wallpapers/shestoocool.png differ diff --git a/wallpapers/yellow_red_blue.png b/wallpapers/yellow_red_blue.png new file mode 100644 index 0000000..cf25b48 Binary files /dev/null and b/wallpapers/yellow_red_blue.png differ