Compare commits

...

2 commits

Author SHA1 Message Date
Emmet 43fdb90278 Fixes blur for waybar and fuzzel :) 2024-05-11 22:33:53 -05:00
Emmet 127c3ae539 Cleaned unnecessary config 2024-05-11 22:33:36 -05:00
3 changed files with 7 additions and 7 deletions

View file

@ -25,8 +25,6 @@
git
syncthing
# Media
tuxpaint
];
xdg.enable = true;

View file

@ -129,7 +129,6 @@
movit
mediainfo
libmediainfo
mediainfo-gui
audio-recorder
gnome.cheese
ardour
@ -169,6 +168,7 @@
xdg.mime.enable = true;
xdg.mimeApps.enable = true;
xdg.mimeApps.associations.added = {
# TODO fix mime associations, most of them are totally broken :(
"application/octet-stream" = "flstudio.desktop;";
};

View file

@ -233,7 +233,6 @@
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
windowrulev2 = opacity 0.80,title:Heimdall
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
@ -244,6 +243,10 @@
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
layerrule = blur,waybar
layerrule = xray,waybar
blurls = waybar
layerrule = blur,launcher # fuzzel
blurls = launcher # fuzzel
bind=SUPER,code:21,exec,pypr zoom
bind=SUPER,code:21,exec,hyprctl reload
@ -677,8 +680,7 @@
}
window#waybar {
background-color: #'' + config.lib.stylix.colors.base00 + '';
opacity: 0.75;
background-color: rgba('' + config.lib.stylix.colors.base00-rgb-r + "," + config.lib.stylix.colors.base00-rgb-g + "," + config.lib.stylix.colors.base00-rgb-b + "," + ''0.55);
border-radius: 8px;
color: #'' + config.lib.stylix.colors.base07 + '';
transition-property: background-color;
@ -868,7 +870,7 @@
terminal = "${pkgs.alacritty}/bin/alacritty";
};
colors = {
background = config.lib.stylix.colors.base00 + "e6";
background = config.lib.stylix.colors.base00 + "bf";
text = config.lib.stylix.colors.base07 + "ff";
match = config.lib.stylix.colors.base05 + "ff";
selection = config.lib.stylix.colors.base08 + "ff";