1

Compare commits

...

2 Commits

Author SHA1 Message Date
0da077eb2d Modules/Hyprpanel: Add zotero icon 2025-06-26 12:05:09 +02:00
362be62e5c Modules/Firefox: Update addons 2025-06-26 12:05:03 +02:00
2 changed files with 21 additions and 8 deletions

View File

@ -109,28 +109,38 @@ in {
extensions = { extensions = {
packages = with pkgs.nur.repos.rycee.firefox-addons; [ packages = with pkgs.nur.repos.rycee.firefox-addons; [
absolute-enable-right-click # Force enable right click to copy text
amp2html amp2html
augmented-steam augmented-steam
betterttv betterttv
# bypass-paywalls-clean # bypass-paywalls-clean
c-c-search-extension # Press cc in searchbar and profit # c-c-search-extension # Press cc in searchbar and profit
catppuccin-mocha-mauve
catppuccin-web-file-icons
clearurls clearurls
cookie-autodelete cookie-autodelete
display-_anchors # Easier linking to specific website parts display-_anchors # Easier linking to specific website parts
don-t-fuck-with-paste don-t-fuck-with-paste
enhancer-for-youtube enhancer-for-youtube
# h264ify fastforwardteam # skip URL shorteners
faststream # replace video players with a faster one
frankerfacez # twitch emotes
indie-wiki-buddy
keepassxc-browser keepassxc-browser
localcdn localcdn
lovely-forks # Display notable forks on GitHub repos lovely-forks # Display notable forks on GitHub repos
# octotree # Github on steroids move-unloaded-tabs-for-tst # move tst tabs without them becoming active
native-mathml # native MathML instead of MathJax/MediaWiki
no-pdf-download # open pdf in browser without downloading
open-in-freedium
# plasma-integration # TODO: Only when Plasma is used # plasma-integration # TODO: Only when Plasma is used
privacy-badger privacy-badger
privacy-settings privacy-settings
protondb-for-steam protondb-for-steam
refined-github proton-vpn
purpleadblock # twitch adblocker
return-youtube-dislikes return-youtube-dislikes
rust-search-extension # rust-search-extension
search-by-image search-by-image
single-file single-file
skip-redirect skip-redirect
@ -143,14 +153,16 @@ in {
# to-deepl # to-deepl
transparent-standalone-image transparent-standalone-image
tree-style-tab tree-style-tab
tst-fade-old-tabs
twitch-auto-points
ublacklist ublacklist
ublock-origin ublock-origin
# umatrix # NOTE: Many pages need manual intervention
unpaywall unpaywall
video-downloadhelper
view-image view-image
# vimium # NOTE: Shits the bed when site needs general key input outside of text field... web-clipper-obsidian
# wappalyzer # Identify web technologies
youtube-shorts-block youtube-shorts-block
zotero-connector
]; ];
}; };

View File

@ -69,6 +69,7 @@ in {
"class:^(signal)$" = "󱋊"; "class:^(signal)$" = "󱋊";
"class:^(Spotify)$" = ""; "class:^(Spotify)$" = "";
"class:^(discord)$" = ""; "class:^(discord)$" = "";
"class:^(Zotero)$" = "";
}; };
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/index.ts # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/index.ts