From e813f6fdd4b70ccde568938b70f308cc9c738c76 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 12 Dec 2022 04:28:11 -0500 Subject: [PATCH] swww and stuff --- hypr/.config/hypr/hyprland.conf | 10 +++++++--- waybar/.config/waybar/config | 7 +++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 323c395..64dd81e 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -9,7 +9,7 @@ monitor=DP-3,1920x1080@144,3840x0,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar & hyprpaper & dunst +exec-once = waybar & dunst # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -36,7 +36,7 @@ general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 6 - gaps_out = 20 + gaps_out = 20i border_size = 4 col.active_border = rgb(f5c2e7) col.inactive_border = rgb(6c7086) @@ -114,7 +114,7 @@ bind = $mainMod, Q, exec, alacritty bind = $mainMod, C, killactive, bind = $mainMod, E, exec, dolphin 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, 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 icon-theme 'Papirus-Dark' exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono' + +# SWWW +exec-once=swww init +exec-once=swww img ~/Pictures/wallpapers/annystartingshort.gif diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 8e28d8a..83301ec 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -6,9 +6,9 @@ "width": 1879, // Waybar width "spacing": 10, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["user", "image/cherry-blossom", "hyprland/window"], + "modules-left": ["user", "hyprland/window"], "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 "keyboard-state": { @@ -171,7 +171,6 @@ "interval": 60, "height": 15, "width": 15, - "icon": true, }, "custom/wlogout": { @@ -195,4 +194,4 @@ } - } + }x