aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-29 11:40:03 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-29 11:40:03 -0500
commitab7303e1d893f33e09dbc8493f9a9179a7a40a4a (patch)
treeaaa279dd2282ef48f4f684768ccb422e0dab30fe /wayland-basics
parente2a70a92822b22633562e9695c300efec2b5cbeb (diff)
updates
Diffstat (limited to 'wayland-basics')
-rw-r--r--wayland-basics/dot-config/systemd/user/swaybg.service2
-rw-r--r--wayland-basics/dot-config/systemd/user/wlsunset.service16
-rw-r--r--wayland-basics/dot-local/share/applications/chromium.desktop21
3 files changed, 38 insertions, 1 deletions
diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service
index 81b5169..2dffb18 100644
--- a/wayland-basics/dot-config/systemd/user/swaybg.service
+++ b/wayland-basics/dot-config/systemd/user/swaybg.service
@@ -5,7 +5,7 @@ After=graphical-session.target
[Service]
Type=exec
-ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/gruv.jpg
+ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/frederic-church-1.jpg
Restart=on-failure
[Install]
diff --git a/wayland-basics/dot-config/systemd/user/wlsunset.service b/wayland-basics/dot-config/systemd/user/wlsunset.service
new file mode 100644
index 0000000..7b2683b
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/wlsunset.service
@@ -0,0 +1,16 @@
+[Unit]
+PartOf=graphical-session.target
+Description=WLSunset for better screen colors
+Documentation=man:wlsunset(1)
+After=graphical-session.target
+After=kanshi.service
+Requisite=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/wlsunset -l 42.3 -L '-71.0' -t 4000 -T 6500
+Restart=on-failure
+Slice=background-graphical.slice
+
+[Install]
+WantedBy=graphical-session.target
diff --git a/wayland-basics/dot-local/share/applications/chromium.desktop b/wayland-basics/dot-local/share/applications/chromium.desktop
new file mode 100644
index 0000000..cb36f62
--- /dev/null
+++ b/wayland-basics/dot-local/share/applications/chromium.desktop
@@ -0,0 +1,21 @@
+[Desktop Entry]
+Version=1.0
+Name=Chromium
+GenericName=Web Browser
+Comment=Access the Internet
+Exec=launch-chromium %U
+StartupNotify=true
+Terminal=false
+Icon=chromium
+Type=Application
+Categories=Network;WebBrowser;
+MimeType=application/xhtml+xml;application/xhtml_xml;application/xml;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/chromium;
+Actions=new-window;new-private-window;
+
+[Desktop Action new-window]
+Name=New Window
+Exec=launch-chromium
+
+[Desktop Action new-private-window]
+Name=New Incognito Window
+Exec=launch-chromium --incognito