diff --git a/platforms/linux/hypr/hyprland.conf b/platforms/linux/hypr/hyprland.conf index cf22572..d440d50 100644 --- a/platforms/linux/hypr/hyprland.conf +++ b/platforms/linux/hypr/hyprland.conf @@ -56,6 +56,7 @@ monitor=DP-2,3840x2160@60,0x0,1.667 $terminal = kitty $fileManager = dolphin $menu = rofi +$iconTheme = Papirus ################# @@ -119,9 +120,8 @@ general { border_size = 3 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.active_border = $mauve - col.inactive_border = $overlay2 + col.active_border = $lavender $pink 45deg + col.inactive_border = $overlay1 # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = true @@ -140,7 +140,7 @@ decoration { # Change transparency of focused and unfocused windows active_opacity = 0.97 - inactive_opacity = 0.85 + inactive_opacity = 0.90 shadow { enabled = true @@ -264,14 +264,17 @@ $mainMod = SUPER # Sets "Windows" key as main modifier ## Open Applications bind = $mainMod, R, exec, $terminal bind = $mainMod, Q, killactive, -# bind = $mainMod, M, exit, -bind = $mainMod, V, exec, cliphist list | $menu -dmenu | cliphist decode | wl-copy -bind = $mainMod, W, exec, $menu -show window +# bind = $mainMod, M, exit bind = $mainMod SHIFT, F, exec, hyprctl --batch "dispatch togglefloating ; dispatch resizeactive exact 1440 810 ; dispatch centerwindow 1;" +## Launcher +bind = $mainMod, W, exec, $menu -show window -icon-theme $iconTheme -show-icons +bind = $mainMod, V, exec, cliphist list | $menu -dmenu | cliphist decode | wl-copy +bind = $mainMod, D, exec, $HOME/.local/scripts/picker/sdcv.sh +bind = alt, space, exec, $menu -show drun -icon-theme $iconTheme -show-icons +bind = $mainMod, SLASH, exec, $HOME/.local/scripts/picker/baloo.sh -bind = alt, space, exec, $menu -show drun bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, X, togglesplit, # dwindle @@ -285,6 +288,7 @@ bind = $mainMod SHIFT, l, exec, swaylock bind = $mainMod, c, exec, grimblast copysave area $HOME/Pictures/Screenshots/"$(date +%Y%m%d-%H%M%S)" +bind = $mainMod SHIFT, c, exec, notify-send "Color: $(hyprpicker)" # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 diff --git a/platforms/linux/user-dirs.dirs b/platforms/linux/user-dirs.dirs index ae7f277..cc0dcf4 100644 --- a/platforms/linux/user-dirs.dirs +++ b/platforms/linux/user-dirs.dirs @@ -1,14 +1,8 @@ -# This file is written by xdg-user-dirs-update -# If you want to change or add directories, just edit the line you're -# interested in. All local changes will be retained on the next run. -# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped -# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an -# absolute path. No other format is supported. -# +# $DOTFILES/platforms/linux/user-dirs.dirs XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_TEMPLATES_DIR="$HOME/Templates" -XDG_PUBLICSHARE_DIR="$HOME/" +XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" diff --git a/platforms/linux/waybar/style.css b/platforms/linux/waybar/style.css index 685c9c1..2eaba05 100644 --- a/platforms/linux/waybar/style.css +++ b/platforms/linux/waybar/style.css @@ -77,7 +77,7 @@ button:hover { /* you can set a style on hover for any module like this */ #pulseaudio:hover { - background-color: #a37800; + background-color: @lavender; } #workspaces button { @@ -201,7 +201,7 @@ label:focus { } #memory { - background-color: #9b59b6; + background-color: @mauve; } #disk { @@ -221,7 +221,7 @@ label:focus { } #pulseaudio { - background-color: #f1c40f; + background-color: @yellow; color: #000000; } @@ -254,7 +254,7 @@ label:focus { } #temperature { - background-color: #f0932b; + background-color: @peach; } #temperature.critical { @@ -262,7 +262,7 @@ label:focus { } #tray { - background-color: #2980b9; + background-color: @blue; } #tray > .passive { diff --git a/tools/kitty/dark-theme.auto.conf b/tools/kitty/dark-theme.auto.conf index 2533db7..09cb0f1 100644 --- a/tools/kitty/dark-theme.auto.conf +++ b/tools/kitty/dark-theme.auto.conf @@ -6,6 +6,7 @@ ## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf ## blurb: Soothing pastel theme for the high-spirited! +# Accent: Lavender #B4BEFE # The basic colors @@ -32,16 +33,16 @@ macos_titlebar_color system # Tab bar colors active_tab_foreground #11111B -active_tab_background #CBA6F7 +active_tab_background #B4BEFE inactive_tab_foreground #CDD6F4 -inactive_tab_background #181825 -tab_bar_background #11111B +inactive_tab_background #1E1E2E +tab_bar_background #181825 # Colors for marks (marked text in the terminal) mark1_foreground #1E1E2E mark1_background #B4BEFE mark2_foreground #1E1E2E -mark2_background #CBA6F7 +mark2_background #B4BEFE mark3_foreground #1E1E2E mark3_background #74C7EC