diff options
| author | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:42:39 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2025-01-13 20:42:39 +0100 |
| commit | a6f9ad7fe8e2826929b652cfadf97b90ef44d0dc (patch) | |
| tree | 063f8e677cbf61c53b7aec4d1b9b8a1f6d081f7e /.config | |
| parent | e951cf30006ef75e8eabd68aabeec0e2fd18d963 (diff) | |
add updated stuff from desktop
Diffstat (limited to '.config')
| -rw-r--r-- | .config/environment.d/qt.conf | 2 | ||||
| -rw-r--r-- | .config/systemd/user/wal.service | 2 | ||||
| -rw-r--r-- | .config/waybar/config.jsonc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.config/environment.d/qt.conf b/.config/environment.d/qt.conf index 2087d51..b06d56e 100644 --- a/.config/environment.d/qt.conf +++ b/.config/environment.d/qt.conf @@ -1,2 +1,2 @@ QT_QPA_PLATFORM=wayland;xcb -QT_QPA_PLATFORMTHEME=qt6ct +QT_QPA_PLATFORMTHEME=qt5ct diff --git a/.config/systemd/user/wal.service b/.config/systemd/user/wal.service index a2e74d5..0b96e04 100644 --- a/.config/systemd/user/wal.service +++ b/.config/systemd/user/wal.service @@ -3,7 +3,7 @@ Description=run pywal [Service] Type=oneshot -ExecStart=wal -i "%h/Pictures/Wallpapers" +ExecStart=wal -i "%h/Pictures/Wallpapers" -o /usr/bin/walcord [Install] WantedBy=default.target diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8237353..05e7815 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -17,7 +17,7 @@ ], "modules-right": [ "mpris", - "pipewire", + "pulseaudio", "load", "memory", "temperature", @@ -49,7 +49,7 @@ "player-icons": { "default": "▶", "mpd": " ", - "firefox_*": " " + "firefox": " " }, "status-icons": { "paused": "" |
