add: added themes
This commit is contained in:
parent
ec1e16177c
commit
4307d1e203
20 changed files with 1725 additions and 39 deletions
|
@ -13,7 +13,8 @@ monitor=,preferred,auto,auto
|
|||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun
|
||||
$wallpaper-changer = $HOME/.config/hypr/scripts/wallpaper-changer2.sh
|
||||
$wallpaper-switcher = $HOME/.config/hypr/scripts/wallpaper-switcher.sh
|
||||
$theme-switcher = $HOME/.config/hypr/scripts/theme-switcher.sh
|
||||
|
||||
|
||||
#################
|
||||
|
@ -36,42 +37,7 @@ env = XCURSOR_THEME, BreezeX-RosePine-Linux
|
|||
### LOOK AND FEEL ###
|
||||
#####################
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(f5c2e7)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
resize_on_border = false
|
||||
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
# drop_shadow = true
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
source = ~/.config/hypr/look.conf
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
|
@ -164,7 +130,8 @@ bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
|||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, D, exec, discord-canary
|
||||
bind = $mainMod, F, exec, zen-browser
|
||||
bind = $mainMod, W, exec, $HOME/.config/hypr/scripts/wallpaper-switcher2.sh
|
||||
bind = $mainMod, W, exec, $wallpaper-switcher
|
||||
bind = $mainMod, T, exec, $theme-switcher
|
||||
|
||||
# move focus
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue