add zen browser config for waybar
This commit is contained in:
parent
5996f380c2
commit
a80bee0165
2 changed files with 9 additions and 0 deletions
|
|
@ -67,6 +67,11 @@
|
||||||
"(.*) — Firefox Nightly": " $1",
|
"(.*) — Firefox Nightly": " $1",
|
||||||
"(.*) - YouTube Music — Firefox Nightly": " $1",
|
"(.*) - YouTube Music — Firefox Nightly": " $1",
|
||||||
|
|
||||||
|
// Zen
|
||||||
|
"(.*) - YouTube — Zen Browser": " $1",
|
||||||
|
"(.*) - YouTube Music — Zen Browser": " $1",
|
||||||
|
"(.*) — Zen Browser": " $1",
|
||||||
|
|
||||||
"(.*) - VLC media player": " $1"
|
"(.*) - VLC media player": " $1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -156,6 +161,7 @@
|
||||||
"rofi",
|
"rofi",
|
||||||
"firefox",
|
"firefox",
|
||||||
"firefox-nightly",
|
"firefox-nightly",
|
||||||
|
"zen",
|
||||||
"kitty",
|
"kitty",
|
||||||
"jetbrains-studio",
|
"jetbrains-studio",
|
||||||
"Brave-browser",
|
"Brave-browser",
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,8 @@ let
|
||||||
echo '${discordIcon}' > $out/share/icons/hicolor/scalable/apps/vesktop.svg
|
echo '${discordIcon}' > $out/share/icons/hicolor/scalable/apps/vesktop.svg
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
zen-browser = pkgs.callPackage ../../pkgs/zen-browser.nix { };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages =
|
home.packages =
|
||||||
|
|
@ -77,5 +79,6 @@ in
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
vesktopOverride # discord
|
vesktopOverride # discord
|
||||||
|
zen-browser
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue