refactor 🔨: Waybar, Hyprland

This commit is contained in:
Ayush Dumasia 2025-05-10 21:13:55 +05:30
parent fbbd15a371
commit 02cc6e34ed
3 changed files with 10 additions and 8 deletions

View file

@ -33,11 +33,13 @@ exec-once = [workspace 2] kitty
#############################
### Windows Rules ###
#############################
windowrulev2 = opacity 1.0 1.0, class:Code
windowrulev2 = workspace 1, class:zen-alpha
windowrulev2 = workspace 1, class:firefox-bin
windowrulev2 = workspace 3, class:Code
windowrulev2 = workspace 1, class:obsidian
windowrulev2 = workspace 2, class:Docker Desktop
windowrulev2 = workspace 3, class:Code
windowrulev2 = workspace 5, class:Docker Desktop
windowrulev2 = workspace 4, class:GitKraken
#############################
@ -75,7 +77,7 @@ decoration {
rounding = 6
#rounding = 20
active_opacity = 0.85
active_opacity = 1
inactive_opacity = 0.75
shadow {
@ -89,7 +91,7 @@ decoration {
size = 2
passes = 4
new_optimizations = true
vibrancy = 0.3000
vibrancy = 0.1000
ignore_opacity = true
}
@ -244,7 +246,7 @@ bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
#ColorPicker
bind = $mainMod, C, exec, $colorpicker -a
bind = $mainMod, I, exec, kitty -e /home/arcadian/SideProjects/dotsh/mics/select-wallpaper.sh
bind = $mainMod, I, exec, ~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper
bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh

View file

@ -31,7 +31,7 @@
"Spotify (.*)": "Spotify",
"discord(.*)": " Discord",
"Code": "VS Code",
"Docker Desktop": "Docker",
"Docker Desktop": "Docker",
"kitty": "Kitty",
"zen-alpha": "Zen"
},

View file

@ -6,7 +6,7 @@
@define-color antiflash #F1F2F6;
/* black */
@define-color onyx #313638;
@define-color raisin-black rgba(30, 30, 46,0.8);
@define-color raisin-black rgba(30, 30, 46,0.89);
@define-color gunmetal #333745;
@define-color charcoal #424651;
/* blue */