diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 66aad128..b45e8d9c 100755 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -1,14 +1,14 @@ [main] -font=FiraMono Nerd Font:size=11 +font=FiraMono Nerd Font:size=14 width=40 horizontal-pad=5 inner-pad=10 -terminal=alacritty -e -icon-theme=BeautyDream -prompt="# " +terminal=kitty -e +icon-theme=oomox-Catppuccin-Mocha +prompt=" " [colors] -background=1e1e2edd +background=1e1e2e66 text=cdd6f4ff prompt=bac2deff placeholder=7f849cff diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 0be9373d..005f8792 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -15,7 +15,7 @@ $browser = firefox bind = $mainMod, backspace, exec, $scrPath/dontkillsteam.sh # close focused window bind = $mainMod, F, fullscreen # toggle the window between focus and fullscreen bind = $mainMod, e, exec, $scrPath/wlogout.sh # launch logout menu -bind = $mainMod, d, exec, fuzzel +bind = $mainMod, d, exec, wofi -a # Application shortcuts bind = $mainMod, return, exec, $term # launch terminal emulator @@ -40,10 +40,10 @@ bindm = Super, mouse:272, movewindow bindc = SUPER, mouse:272, togglefloating # Resize floating window with scrollwheels -bind = $submod, mouse_down, resizeactive, 30 0 -bind = $submod, mouse_up, resizeactive, -30 0 -bind = $submod, mouse_right, resizeactive, 0 30 -bind = $submod, mouse_left, resizeactive, 0 -30 +bind = $submod, mouse_down, resizeactive, 0 -30 +bind = $submod, mouse_up, resizeactive, 0 30 +bind = $submod, mouse_right, resizeactive, 30 0 +bind = $submod, mouse_left, resizeactive, -30 0 bind = $submod, space, togglefloating, # toggle the window between focus and float # Screenshot/Screencapture diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf deleted file mode 100644 index 010d8773..00000000 --- a/.config/hypr/hyprpaper.conf +++ /dev/null @@ -1,9 +0,0 @@ -preload = ~/.config/hypr/wallpapers/wide_lines.png -preload = ~/.config/hypr/wallpapers/wide_lines2.png -preload = ~/.config/hypr/wallpapers/waves.png - - -wallpaper = DP-1, ~/.config/hypr/wallpapers/wide_lines.png -wallpaper = , ~/.config/hypr/wallpapers/waves.png -wallpaper = DP-3, ~/.config/hypr/wallpapers/wide_lines2.png -wallpaper = HDMI-A-1, ~/.config/hypr/wallpapers/wide_lines2.png diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 68292077..b72228c4 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -37,3 +37,4 @@ layerrule = blur,swaync-notification-window layerrule = blur,swaync-control-center layerrule = ignorezero,swaync-control-center layerrule = blur,logout_dialog +layerrule = animation popin, wofi diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf index 06b62de0..9ec7dfff 100644 --- a/.config/hypr/startup.conf +++ b/.config/hypr/startup.conf @@ -8,7 +8,7 @@ exec-once = udiskie --no-automount --smart-tray # front-end that allows to manag exec-once = swaync # start notification demon exec-once = wl-paste --type text --watch cliphist store # clipboard store text data exec-once = wl-paste --type image --watch cliphist store # clipboard store image data -exec-once = hyprpaper # Wallpaper Daemon +exec-once = swww-daemon # Wallpaper Daemon exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index f475077d..ca7f65bd 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -58,20 +58,19 @@ decoration { # Change transparency of focused and unfocused windows active_opacity = 1.0 -# inactive_opacity = 0.8 + inactive_opacity = 0.8 dim_inactive = true dim_strength = 0.3 - # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 2 - passes = 3 + size = 1 + passes = 4 - vibrancy = 0.1696 + vibrancy = 0.3696 } } diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index a7b2f64e..60468097 100755 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,7 +6,7 @@ bold_italic_font auto font_size 11 window_padding_width 3 include theme.conf -background_opacity 0.60 +background_opacity 0.50 #hide_window_decorations yes confirm_os_window_close 0 diff --git a/.config/wallpapers/wallpaper-sun.jpg b/.config/wallpapers/wallpaper-sun.jpg new file mode 100755 index 00000000..b1a9ad05 Binary files /dev/null and b/.config/wallpapers/wallpaper-sun.jpg differ diff --git a/.config/hypr/wallpapers/waves.png b/.config/wallpapers/waves.png similarity index 100% rename from .config/hypr/wallpapers/waves.png rename to .config/wallpapers/waves.png diff --git a/.config/hypr/wallpapers/wide_lines.png b/.config/wallpapers/wide_lines.png similarity index 100% rename from .config/hypr/wallpapers/wide_lines.png rename to .config/wallpapers/wide_lines.png diff --git a/.config/hypr/wallpapers/wide_lines2.png b/.config/wallpapers/wide_lines2.png similarity index 100% rename from .config/hypr/wallpapers/wide_lines2.png rename to .config/wallpapers/wide_lines2.png diff --git a/.config/wofi/config b/.config/wofi/config new file mode 100644 index 00000000..fcf63e2a --- /dev/null +++ b/.config/wofi/config @@ -0,0 +1,7 @@ +show=drun +width=400 +allow_images=true +prompt= +hide_scroll=true +insensitive=true +dynamic_lines=true diff --git a/.config/wofi/style.css b/.config/wofi/style.css new file mode 100644 index 00000000..8384471d --- /dev/null +++ b/.config/wofi/style.css @@ -0,0 +1,63 @@ +/* ::root{ */ +/* --accent: #5291e2; */ +/* --dark: #383C4A; */ +/* --light: #7C818C; */ +/* --ld: #404552; */ +/* --dl: #4B5162 */ +/* --white: white; */ +/* } */ + +*{ + font-family: "Fira Mono Nerd Font"; + font-size: 1em; +} + +window{ + background-color: transparent; +} + +#input { + margin: 5px; + margin-bottom: 30px; + border: 2px solid #CAA6F7; + background-color: rgba(36, 36, 56, 0.4); + border-radius: 5px; + color: white; + font-size: 1.2em; +} + + +#inner-box { + background-color: rgba(36, 36, 56, 0.4); + border-radius: 5px; +} + +#outer-box { + margin: 2px; + border-radius: 5px; + background-color: transparent; +} + +#text { + color: white; +} + +#entry:selected { + background-color: rgba(202, 166, 247, 0.3); + border: 2px solid #CAA6F7; +} + +#text:selected { +} + +#scroll { + display: none; +} + +#img { +} + +/* Give color to even items */ +/* #entry:nth-child(even){ */ +/* background-color: #404552; */ +/* } */