mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(colors): Dark -> Catppuccin Mocha Lavender
This commit is contained in:
parent
4ce449ef37
commit
d43a4b7106
4 changed files with 24 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue