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
|
$terminal = kitty
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = rofi
|
$menu = rofi
|
||||||
|
$iconTheme = Papirus
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
@ -119,9 +120,8 @@ general {
|
||||||
border_size = 3
|
border_size = 3
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = $lavender $pink 45deg
|
||||||
col.active_border = $mauve
|
col.inactive_border = $overlay1
|
||||||
col.inactive_border = $overlay2
|
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
|
|
@ -140,7 +140,7 @@ decoration {
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 0.97
|
active_opacity = 0.97
|
||||||
inactive_opacity = 0.85
|
inactive_opacity = 0.90
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
@ -264,14 +264,17 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
## Open Applications
|
## Open Applications
|
||||||
bind = $mainMod, R, exec, $terminal
|
bind = $mainMod, R, exec, $terminal
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
# bind = $mainMod, M, exit,
|
# 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 SHIFT, F, exec, hyprctl --batch "dispatch togglefloating ; dispatch resizeactive exact 1440 810 ; dispatch centerwindow 1;"
|
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, P, pseudo, # dwindle
|
||||||
bind = $mainMod, X, togglesplit, # 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, 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]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,8 @@
|
||||||
# This file is written by xdg-user-dirs-update
|
# $DOTFILES/platforms/linux/user-dirs.dirs
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
XDG_DESKTOP_DIR="$HOME/Desktop"
|
XDG_DESKTOP_DIR="$HOME/Desktop"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||||
XDG_TEMPLATES_DIR="$HOME/Templates"
|
XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/"
|
XDG_PUBLICSHARE_DIR="$HOME/Public"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||||
XDG_MUSIC_DIR="$HOME/Music"
|
XDG_MUSIC_DIR="$HOME/Music"
|
||||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ button:hover {
|
||||||
|
|
||||||
/* you can set a style on hover for any module like this */
|
/* you can set a style on hover for any module like this */
|
||||||
#pulseaudio:hover {
|
#pulseaudio:hover {
|
||||||
background-color: #a37800;
|
background-color: @lavender;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|
@ -201,7 +201,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
background-color: #9b59b6;
|
background-color: @mauve;
|
||||||
}
|
}
|
||||||
|
|
||||||
#disk {
|
#disk {
|
||||||
|
|
@ -221,7 +221,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background-color: #f1c40f;
|
background-color: @yellow;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -254,7 +254,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
background-color: #f0932b;
|
background-color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
|
|
@ -262,7 +262,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: #2980b9;
|
background-color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray > .passive {
|
#tray > .passive {
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
## blurb: Soothing pastel theme for the high-spirited!
|
||||||
|
|
||||||
|
# Accent: Lavender #B4BEFE
|
||||||
|
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
|
|
@ -32,16 +33,16 @@ macos_titlebar_color system
|
||||||
|
|
||||||
# Tab bar colors
|
# Tab bar colors
|
||||||
active_tab_foreground #11111B
|
active_tab_foreground #11111B
|
||||||
active_tab_background #CBA6F7
|
active_tab_background #B4BEFE
|
||||||
inactive_tab_foreground #CDD6F4
|
inactive_tab_foreground #CDD6F4
|
||||||
inactive_tab_background #181825
|
inactive_tab_background #1E1E2E
|
||||||
tab_bar_background #11111B
|
tab_bar_background #181825
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
# Colors for marks (marked text in the terminal)
|
||||||
mark1_foreground #1E1E2E
|
mark1_foreground #1E1E2E
|
||||||
mark1_background #B4BEFE
|
mark1_background #B4BEFE
|
||||||
mark2_foreground #1E1E2E
|
mark2_foreground #1E1E2E
|
||||||
mark2_background #CBA6F7
|
mark2_background #B4BEFE
|
||||||
mark3_foreground #1E1E2E
|
mark3_foreground #1E1E2E
|
||||||
mark3_background #74C7EC
|
mark3_background #74C7EC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue