set fuzzel icons to colloid
This commit is contained in:
parent
5ec404194a
commit
c32c8fcc50
1 changed files with 7 additions and 6 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
font = with config.userOptions.fontMono; name + ":size=" + toString (size + 2);
|
font = with config.userOptions.fontMono; name + ":size=" + toString (size + 2);
|
||||||
launch-prefix = "${pkgs.niri}/bin/niri msg action spawn --";
|
launch-prefix = "${pkgs.niri}/bin/niri msg action spawn --";
|
||||||
|
icon-theme = "Colloid-Dark";
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
width = 2;
|
width = 2;
|
||||||
|
|
@ -53,8 +54,8 @@
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations.added = {
|
associations.added = {
|
||||||
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||||
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||||
"x-scheme-handler/discord" = [ "vesktop.desktop" ];
|
"x-scheme-handler/discord" = [ "vesktop.desktop" ];
|
||||||
"x-scheme-handler/spotify" = [ "riff.desktop" ];
|
"x-scheme-handler/spotify" = [ "riff.desktop" ];
|
||||||
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
||||||
|
|
@ -63,9 +64,9 @@
|
||||||
};
|
};
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
# Web
|
# Web
|
||||||
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||||
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||||
"text/html" = [ "librewolf.desktop" ];
|
"text/html" = [ "firefox.desktop" ];
|
||||||
|
|
||||||
# Communication & Social
|
# Communication & Social
|
||||||
"x-scheme-handler/discord" = [ "vesktop.desktop" ];
|
"x-scheme-handler/discord" = [ "vesktop.desktop" ];
|
||||||
|
|
@ -79,7 +80,7 @@
|
||||||
"x-scheme-handler/magnet" = [ "org.qbittorrent.qBittorrent.desktop" ];
|
"x-scheme-handler/magnet" = [ "org.qbittorrent.qBittorrent.desktop" ];
|
||||||
|
|
||||||
# Documents
|
# Documents
|
||||||
"application/pdf" = [ "librewolf.desktop" ]; # Or libreoffice-draw.desktop
|
"application/pdf" = [ "firefox.desktop" ]; # Or libreoffice-draw.desktop
|
||||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" = [
|
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" = [
|
||||||
"libreoffice-writer.desktop"
|
"libreoffice-writer.desktop"
|
||||||
]; # docx
|
]; # docx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue