From 06d1242317f7159ccf3014f0a1480e7c56236ebb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 4 Jan 2026 21:28:36 -0500 Subject: add all sorts of things --- .../dot-config/autostart/at-spi-dbus-bus.desktop | 1 + wayland-basics/dot-config/kanshi/reload.sh | 8 ++++---- wayland-basics/dot-config/satty/config.toml | 24 ++++++++++++++++++++++ .../dot-config/systemd/user/minibar.service | 13 ++++++++++++ .../dot-config/systemd/user/swaybg.service | 4 ++-- 5 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop create mode 100644 wayland-basics/dot-config/satty/config.toml create mode 100644 wayland-basics/dot-config/systemd/user/minibar.service (limited to 'wayland-basics/dot-config') diff --git a/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop b/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop new file mode 100644 index 0000000..9baab50 --- /dev/null +++ b/wayland-basics/dot-config/autostart/at-spi-dbus-bus.desktop @@ -0,0 +1 @@ +Hidden=true diff --git a/wayland-basics/dot-config/kanshi/reload.sh b/wayland-basics/dot-config/kanshi/reload.sh index ce74a3f..e3c7dad 100755 --- a/wayland-basics/dot-config/kanshi/reload.sh +++ b/wayland-basics/dot-config/kanshi/reload.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ -n "$HYPRLAND_INSTANCE_SIGNATURE" ]; then - hyprctl reload - hyprctl dispatch workspace 1 -fi +# if [ -n "$HYPRLAND_INSTANCE_SIGNATURE" ]; then +# hyprctl reload +# hyprctl dispatch workspace 1 +# fi diff --git a/wayland-basics/dot-config/satty/config.toml b/wayland-basics/dot-config/satty/config.toml new file mode 100644 index 0000000..b558715 --- /dev/null +++ b/wayland-basics/dot-config/satty/config.toml @@ -0,0 +1,24 @@ +[general] +fullscreen = false +early-exit = true +initial-tool = "brush" +copy-command = "wl-copy" +default-hide-toolbars = false +primary-highlighter = "block" +disable-notifications = false +brush-smooth-history-size = 5 + +[font] +family = "IBM Plex Sans" +style = "Regular" + +[color-palette] + +palette = [ + "#ffd700", + "#00ffff", + "#a52a2a", + "#dc143c", + "#ff1493", + "#008000", +] diff --git a/wayland-basics/dot-config/systemd/user/minibar.service b/wayland-basics/dot-config/systemd/user/minibar.service new file mode 100644 index 0000000..2d00d3a --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/minibar.service @@ -0,0 +1,13 @@ +[Unit] +Description=My minimal bar made with GTK4-rs +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +ExecStart=/home/moreka/.local/bin/minibar +Restart=on-failure +Slice=app-graphical.slice + +[Install] +WantedBy=graphical-session.target diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service index 719900d..d8efd5b 100644 --- a/wayland-basics/dot-config/systemd/user/swaybg.service +++ b/wayland-basics/dot-config/systemd/user/swaybg.service @@ -6,8 +6,8 @@ Requisite=graphical-session.target [Service] Type=exec -# ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/ethereal.jpg -ExecStart=/usr/bin/swaybg -c '#002B36' +ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/wallpapers/dark_mode_windows_xp_background_wallpaper.png +; ExecStart=/usr/bin/swaybg -c '#002B36' Restart=on-failure Slice=background-graphical.slice -- cgit v1.2.3-71-gdd5e