summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/ungoogled-chromium2
-rw-r--r--.local/share/applications/ungoogled-chromium.desktop11
2 files changed, 13 insertions, 0 deletions
diff --git a/.local/bin/ungoogled-chromium b/.local/bin/ungoogled-chromium
new file mode 100755
index 0000000..00dc180
--- /dev/null
+++ b/.local/bin/ungoogled-chromium
@@ -0,0 +1,2 @@
+#!/bin/sh
+dex .local/share/application/ungoogled-chromium.desktop
diff --git a/.local/share/applications/ungoogled-chromium.desktop b/.local/share/applications/ungoogled-chromium.desktop
new file mode 100644
index 0000000..caeb4f5
--- /dev/null
+++ b/.local/share/applications/ungoogled-chromium.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Ungoogled Chromium
+Comment=Ungoogled-Chromium is a Free and Open-Source implementation of Chromium web browser, without the Google components and blobs.
+Exec=/usr/bin/chromium --force--dark-mode --enable-features=WebUIDarkMode --no-default-browser-check
+Terminal=false
+Type=Application
+Keywords=Navigator
+Categories=Network;WebBrowser;
+StartupNotify=false
+X-Desktop-File-Install-Version=0.26
+Hidden=false