Compare commits

..

No commits in common. "43fdb902787f137ec0bdd83eab15e92871c90890" and "5dcc42987580a56a979a124c372156c45a33e504" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -129,6 +129,7 @@
movit
mediainfo
libmediainfo
mediainfo-gui
audio-recorder
gnome.cheese
ardour
@ -168,7 +169,6 @@
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,6 +233,7 @@
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)$
@ -243,10 +244,6 @@
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
@ -680,7 +677,8 @@
}
window#waybar {
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);
background-color: #'' + config.lib.stylix.colors.base00 + '';
opacity: 0.75;
border-radius: 8px;
color: #'' + config.lib.stylix.colors.base07 + '';
transition-property: background-color;
@ -870,7 +868,7 @@
terminal = "${pkgs.alacritty}/bin/alacritty";
};
colors = {
background = config.lib.stylix.colors.base00 + "bf";
background = config.lib.stylix.colors.base00 + "e6";
text = config.lib.stylix.colors.base07 + "ff";
match = config.lib.stylix.colors.base05 + "ff";
selection = config.lib.stylix.colors.base08 + "ff";