From 1a5368d495de2200eac7dc0154ac0c42253ad1d3 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 12 Nov 2025 15:22:27 +0200 Subject: [PATCH 1/3] qt5ct --- config/qt5ct/qt5ct.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/qt5ct/qt5ct.conf b/config/qt5ct/qt5ct.conf index b5782ff..b12e5ea 100644 --- a/config/qt5ct/qt5ct.conf +++ b/config/qt5ct/qt5ct.conf @@ -1,9 +1,9 @@ [Appearance] -color_scheme_path=/home/ocbwoy3/.config/qt5ct/colors/catppuccin-mocha-blue.conf +color_scheme_path=/home/ralsei/.config/qt5ct/colors/catppuccin-mocha-blue.conf custom_palette=true icon_theme=Arashi standard_dialogs=default -style=Windows +style=Fusion [Fonts] fixed="Geist Mono,9,-1,5,50,0,0,0,0,0" @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x16\0\0\0\x36\0\0\x3\xb8\0\0\x4!\0\0\0\x16\0\0\0\x36\0\0\x3\xb8\0\0\x4!\0\0\0\0\0\0\0\0\a\x80\0\0\0\x16\0\0\0\x36\0\0\x3\xb8\0\0\x4!) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x16\0\0\0\x33\0\0\x3\xb8\0\0\x4!\0\0\0\x16\0\0\0\x33\0\0\x3\xb8\0\0\x4!\0\0\0\0\0\0\0\0\a\x80\0\0\0\x16\0\0\0\x33\0\0\x3\xb8\0\0\x4!) [Troubleshooting] force_raster_widgets=1 From 891ad282127a4e7c38009110b1d5d9b56994570b Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Thu, 13 Nov 2025 22:49:06 +0200 Subject: [PATCH 2/3] kde --- config/fastfetch/config.jsonc | 4 ++-- config/wlogout/layout | 4 ++-- config/wlogout/style.css | 12 ++++++------ scripts/bin/actWithMusic.ts | 31 +++++++++++++++++++++++++++---- 4 files changed, 37 insertions(+), 14 deletions(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 9053261..c3f0d5f 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -23,8 +23,8 @@ "format": "{pretty-name}" }, { - "type": "kernel", - "format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto" + "type": "kernel" + // "format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto" }, // "packages", diff --git a/config/wlogout/layout b/config/wlogout/layout index 7013ee9..69655e8 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -1,6 +1,6 @@ { "label" : "lock", - "action" : "loginctl lock-session", + "action" : "hyprctl dispatch exec hyprlock", "text" : "Lock", "keybind" : "l" } @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "pkill -9 -u ralsei", "text" : "Logout", "keybind" : "e" } diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 359cbb3..48be33c 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -36,36 +36,36 @@ button:hover { #lock { background-image: image( - url("~/config/config/wlogout/assets/lock.png") + url("/home/ralsei/config/config/wlogout/assets/lock.png") ); } #logout { background-image: image( - url("~/config/config/wlogout/assets/logout.png") + url("/home/ralsei/config/config/wlogout/assets/logout.png") ); } #suspend { background-image: image( - url("~/config/config/wlogout/assets/suspend.png") + url("/home/ralsei/config/config/wlogout/assets/suspend.png") ); } #hibernate { background-image: image( - url("~/config/config/wlogout/assets/hibernate.png") + url("/home/ralsei/config/config/wlogout/assets/hibernate.png") ); } #shutdown { background-image: image( - url("~/config/config/wlogout/assets/shutdown.png") + url("/home/ralsei/config/config/wlogout/assets/shutdown.png") ); } #reboot { background-image: image( - url("~/config/config/wlogout/assets/reboot.png") + url("/home/ralsei/config/config/wlogout/assets/reboot.png") ); } diff --git a/scripts/bin/actWithMusic.ts b/scripts/bin/actWithMusic.ts index ac43220..3a494b9 100644 --- a/scripts/bin/actWithMusic.ts +++ b/scripts/bin/actWithMusic.ts @@ -3,14 +3,30 @@ import { albumStuffF, fetchAlbumStuff } from "../lib/CiderV2Playing" import { execFile } from "child_process"; import { rmSync } from "fs"; +const isKDE = process.env.XDG_CURRENT_DESKTOP === "KDE" ? true : false; + let x: albumStuffF | any = false; try { x = await fetchAlbumStuff() as albumStuffF } catch { } + +let releaseMode = process.argv[3] === "rel"; +// console.log(process.argv[3],isKDE,releaseMode); + function notifyWithImage(song: string, artUrl: string, artist: string, album: string) { + if (isKDE === true) { + execFile("notify-send", [ + "-t", (releaseMode ? "10" : "2000"), + "-a", "Now Playing", + "-i", artUrl, + song, + `${artist}`//
${album !== "" ? `${album}` : ""}` + ]); + return + } execFile("dunstify", [ - "-t", (process.argv[3] === "rel" ? "1" : "2000"), + "-t", (releaseMode ? "1" : "2000"), "-r", "67676767", "-a", "ocbwoy3-whatsplaying", "-I", artUrl, @@ -19,11 +35,18 @@ function notifyWithImage(song: string, artUrl: string, artist: string, album: st ]); } -console.log(process.argv[3]) - function notifyBasic(song: string, artist: string, album: string) { + if (isKDE === true) { + execFile("notify-send", [ + "-t", (releaseMode ? "1" : "2000"), + "-a", "Now Playing", + song, + `${artist}`//
${album !== "" ? `${album}` : ""}` + ]); + return + } execFile("dunstify", [ - "-t", (process.argv[3] === "rel" ? "1" : "2000"), + "-t", (releaseMode ? "1" : "2000"), "-r", "67676767", "-a", "ocbwoy3-whatsplaying", song, From 0a41adeba9ba1c4d17616a020e3762e62916e644 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Thu, 13 Nov 2025 22:50:38 +0200 Subject: [PATCH 3/3] proton enable wayland 1 --- scripts/bin/handleScreenshot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bin/handleScreenshot.ts b/scripts/bin/handleScreenshot.ts index ffc6012..d94d3a2 100755 --- a/scripts/bin/handleScreenshot.ts +++ b/scripts/bin/handleScreenshot.ts @@ -50,6 +50,7 @@ import { getRegretevatorState } from "../lib/RegretevatorUtil"; const windowClassFriendyName: {[windowClass: string]: string} = { "steam_app_1671210": "Deltarune", + "deltarune.exe": "Deltarune", // deltarune with proton-cachyos/proton-cachyos-slr + PROTON_ENABLE_WAYLAND=1 "org.vinegarhq.Sober": "Roblox", "steam_app_1690940": "Deltarune", // demo }