mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Compare commits
No commits in common. "43fdb902787f137ec0bdd83eab15e92871c90890" and "5dcc42987580a56a979a124c372156c45a33e504" have entirely different histories.
43fdb90278
...
5dcc429875
|
@ -25,6 +25,8 @@
|
||||||
git
|
git
|
||||||
syncthing
|
syncthing
|
||||||
|
|
||||||
|
# Media
|
||||||
|
tuxpaint
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|
|
@ -129,6 +129,7 @@
|
||||||
movit
|
movit
|
||||||
mediainfo
|
mediainfo
|
||||||
libmediainfo
|
libmediainfo
|
||||||
|
mediainfo-gui
|
||||||
audio-recorder
|
audio-recorder
|
||||||
gnome.cheese
|
gnome.cheese
|
||||||
ardour
|
ardour
|
||||||
|
@ -168,7 +169,6 @@
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
xdg.mimeApps.associations.added = {
|
xdg.mimeApps.associations.added = {
|
||||||
# TODO fix mime associations, most of them are totally broken :(
|
|
||||||
"application/octet-stream" = "flstudio.desktop;";
|
"application/octet-stream" = "flstudio.desktop;";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -233,6 +233,7 @@
|
||||||
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
||||||
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
||||||
windowrulev2 = opacity 1.0,class:^(librewolf),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:^(LibreWolf)$
|
||||||
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
|
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
|
||||||
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
|
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
|
||||||
|
@ -243,10 +244,6 @@
|
||||||
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
||||||
|
|
||||||
layerrule = blur,waybar
|
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,pypr zoom
|
||||||
bind=SUPER,code:21,exec,hyprctl reload
|
bind=SUPER,code:21,exec,hyprctl reload
|
||||||
|
@ -680,7 +677,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
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;
|
border-radius: 8px;
|
||||||
color: #'' + config.lib.stylix.colors.base07 + '';
|
color: #'' + config.lib.stylix.colors.base07 + '';
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
|
@ -870,7 +868,7 @@
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = config.lib.stylix.colors.base00 + "bf";
|
background = config.lib.stylix.colors.base00 + "e6";
|
||||||
text = config.lib.stylix.colors.base07 + "ff";
|
text = config.lib.stylix.colors.base07 + "ff";
|
||||||
match = config.lib.stylix.colors.base05 + "ff";
|
match = config.lib.stylix.colors.base05 + "ff";
|
||||||
selection = config.lib.stylix.colors.base08 + "ff";
|
selection = config.lib.stylix.colors.base08 + "ff";
|
||||||
|
|
Loading…
Reference in a new issue