mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
2 commits
5dcc429875
...
43fdb90278
Author | SHA1 | Date | |
---|---|---|---|
43fdb90278 | |||
127c3ae539 |
|
@ -25,8 +25,6 @@
|
|||
git
|
||||
syncthing
|
||||
|
||||
# Media
|
||||
tuxpaint
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
|
|
@ -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;";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue