swww and stuff
This commit is contained in:
parent
9c7a86544b
commit
e813f6fdd4
2 changed files with 10 additions and 7 deletions
|
@ -9,7 +9,7 @@ monitor=DP-3,1920x1080@144,3840x0,1
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = waybar & hyprpaper & dunst
|
exec-once = waybar & dunst
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
@ -36,7 +36,7 @@ general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
gaps_in = 6
|
gaps_in = 6
|
||||||
gaps_out = 20
|
gaps_out = 20i
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = rgb(f5c2e7)
|
col.active_border = rgb(f5c2e7)
|
||||||
col.inactive_border = rgb(6c7086)
|
col.inactive_border = rgb(6c7086)
|
||||||
|
@ -114,7 +114,7 @@ bind = $mainMod, Q, exec, alacritty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, wofi --show drun
|
bind = $mainMod, R, exec, rofi -modi run -show run
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
|
@ -161,3 +161,7 @@ exec-once=/nix/store/gjbi20m2wz9xhm18ifmcdl45cpgd7hpz-polkit-gnome-0.105/libexec
|
||||||
exec-once=gsettings set $gnome-schema cursor-theme 'Catppuccin Pink'
|
exec-once=gsettings set $gnome-schema cursor-theme 'Catppuccin Pink'
|
||||||
exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
||||||
exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono'
|
exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono'
|
||||||
|
|
||||||
|
# SWWW
|
||||||
|
exec-once=swww init
|
||||||
|
exec-once=swww img ~/Pictures/wallpapers/annystartingshort.gif
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
"width": 1879, // Waybar width
|
"width": 1879, // Waybar width
|
||||||
"spacing": 10, // Gaps between modules (4px)
|
"spacing": 10, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["user", "image/cherry-blossom", "hyprland/window"],
|
"modules-left": ["user", "hyprland/window"],
|
||||||
"modules-center": ["custom/spotify"],
|
"modules-center": ["custom/spotify"],
|
||||||
"modules-right": ["pulseaudio", "cpu", "memory", "custom/pacman", "clock", "tray", "custom/wlogout"],
|
"modules-right": ["pulseaudio", "cpu", "memory", "clock", "tray", "custom/wlogout"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
|
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
|
@ -171,7 +171,6 @@
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"height": 15,
|
"height": 15,
|
||||||
"width": 15,
|
"width": 15,
|
||||||
"icon": true,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/wlogout": {
|
"custom/wlogout": {
|
||||||
|
@ -195,4 +194,4 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}x
|
||||||
|
|
Reference in a new issue