mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Add Dark Mode
This commit is contained in:
parent
435e576074
commit
5fa748ca6e
1 changed files with 10 additions and 6 deletions
|
@ -105,14 +105,14 @@ Comment[vi]=Truy cập Internet
|
|||
Comment[zh_CN]=访问互联网
|
||||
Comment[zh_HK]=連線到網際網路
|
||||
Comment[zh_TW]=連線到網際網路
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading %U
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=@@PACKAGE@@
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
Actions=new-window;new-private-window;content-shell;safe-mode;
|
||||
Actions=new-window;new-private-window;content-shell;safe-mode;dark-mode;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
|
@ -166,15 +166,19 @@ Name[uk]=Нове вікно
|
|||
Name[vi]=Cửa sổ Mới
|
||||
Name[zh_CN]=新建窗口
|
||||
Name[zh_TW]=開新視窗
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@
|
||||
|
||||
[Desktop Action content-shell]
|
||||
Name=Open Content Shell
|
||||
Exec=/usr/bin/thorium-shell --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-clear-hevc-for-testing --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/thorium-shell %U
|
||||
|
||||
[Desktop Action safe-mode]
|
||||
Name=Open in Safe Mode
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --no-default-browser-check --show-component-extension-options --no-experiments %U
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --no-experiments %U
|
||||
|
||||
[Desktop Action dark-mode]
|
||||
Name=Open in Dark Mode
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --force-dark-mode %U
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Incognito Window
|
||||
|
@ -226,4 +230,4 @@ Name[uk]=Нове вікно в режимі анонімного перегля
|
|||
Name[vi]=Cửa sổ ẩn danh mới
|
||||
Name[zh_CN]=新建隐身窗口
|
||||
Name[zh_TW]=新增無痕式視窗
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito
|
||||
|
|
Loading…
Reference in a new issue