diff --git a/assets/yazi-catppuccin b/assets/yazi-catppuccin index 41f24ed..baaf5d1 160000 --- a/assets/yazi-catppuccin +++ b/assets/yazi-catppuccin @@ -1 +1 @@ -Subproject commit 41f24ed142e34109a9a65a5dfe58c1b4eb6d2fd9 +Subproject commit baaf5d1c9427b836fbefd126aa855f9eab7a9d0d diff --git a/config/ghostty/.config/ghostty/shaders b/config/ghostty/.config/ghostty/shaders index aa6121b..a42f7b6 160000 --- a/config/ghostty/.config/ghostty/shaders +++ b/config/ghostty/.config/ghostty/shaders @@ -1 +1 @@ -Subproject commit aa6121ba2ddd5251ac75b92729c758fe41256e55 +Subproject commit a42f7b637769b90a1c9cd55f170c6d912ba5b8a0 diff --git a/config/nwg-look/.config/gtk-3.0/bookmarks b/config/nwg-look/.config/gtk-3.0/bookmarks index b63f2ad..a9018ee 100644 --- a/config/nwg-look/.config/gtk-3.0/bookmarks +++ b/config/nwg-look/.config/gtk-3.0/bookmarks @@ -2,5 +2,4 @@ file:///home/kolkas/Videos Videos file:///home/kolkas/Repositories Repositories file:///home/kolkas/Pictures Pictures file:///home/kolkas/Desktop Desktop -file:///home/kolkas/Public/GRA%20Proj Next -file:///home/kolkas/Public/GRA%20Proj/ +file:///media/Media Media diff --git a/config/quickshell/.config/quickshell/Components/NScrollView.qml b/config/quickshell/.config/quickshell/Components/NScrollView.qml index f268785..74e5a49 100644 --- a/config/quickshell/.config/quickshell/Components/NScrollView.qml +++ b/config/quickshell/.config/quickshell/Components/NScrollView.qml @@ -10,7 +10,7 @@ ScrollView { property color handleHoverColor: handleColor property color handlePressedColor: handleColor property color trackColor: "transparent" - property real handleWidth: Math.round(6 * Style.uiScaleRatio) + property real handleWidth: 6 property real handleRadius: Style.radiusM property int verticalPolicy: ScrollBar.AsNeeded property int horizontalPolicy: ScrollBar.AsNeeded diff --git a/config/quickshell/.config/quickshell/Modules/Bar/Modules/LyricsBar.qml b/config/quickshell/.config/quickshell/Modules/Bar/Modules/LyricsBar.qml index bf7a2e5..572c745 100644 --- a/config/quickshell/.config/quickshell/Modules/Bar/Modules/LyricsBar.qml +++ b/config/quickshell/.config/quickshell/Modules/Bar/Modules/LyricsBar.qml @@ -25,6 +25,7 @@ Rectangle { clip: true UText { + width: parent.width text: LyricsService.isFetchingLyrics ? "Fetching..." : (LyricsService.lyrics.get(LyricsService.currentIndex)?.line ?? "No lyrics available") family: Fonts.sans pointSize: Style.fontSizeM diff --git a/config/quickshell/.config/quickshell/Modules/Misc/Notification.qml b/config/quickshell/.config/quickshell/Modules/Misc/Notification.qml index 8b6c945..f0e3bdf 100644 --- a/config/quickshell/.config/quickshell/Modules/Misc/Notification.qml +++ b/config/quickshell/.config/quickshell/Modules/Misc/Notification.qml @@ -628,14 +628,19 @@ Variants { spacing: Style.marginS // Header with urgency indicator - RowLayout { + Row { + id: notificationHeaderRow + Layout.fillWidth: true + Layout.rightMargin: Style.marginXL spacing: Style.marginS Rectangle { - Layout.preferredWidth: 6 - Layout.preferredHeight: 6 - Layout.alignment: Qt.AlignVCenter + id: urgencyDot + + width: 6 + height: 6 + anchors.verticalCenter: parent.verticalCenter radius: Style.radiusXS color: model.urgency === 2 ? Colors.mError : model.urgency === 0 ? Colors.mOnSurface : Colors.mPrimary } @@ -645,18 +650,18 @@ Variants { pointSize: Style.fontSizeXS font.weight: Style.fontWeightBold color: Colors.mPrimary + elide: Text.ElideRight + width: Math.max(0, Math.min(implicitWidth, notificationHeaderRow.width - urgencyDot.width - notificationHeaderRow.spacing * 2 - notificationTimestampText.implicitWidth)) } UText { + id: notificationTimestampText + textFormat: Text.PlainText text: " " + Time.formatRelativeTime(model.timestamp) pointSize: Style.fontSizeXXS color: Colors.mOnSurfaceVariant - Layout.alignment: Qt.AlignBottom - } - - Item { - Layout.fillWidth: true + anchors.bottom: parent.bottom } } diff --git a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/NotificationHistoryCard.qml b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/NotificationHistoryCard.qml index 37fc46b..1343209 100644 --- a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/NotificationHistoryCard.qml +++ b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/NotificationHistoryCard.qml @@ -729,11 +729,15 @@ Rectangle { // Header row with app name and timestamp Row { + id: notificationHeaderRow + width: parent.width spacing: Style.marginS // Urgency indicator Rectangle { + id: urgencyIndicator + width: 6 height: 6 anchors.verticalCenter: parent.verticalCenter @@ -754,9 +758,13 @@ Rectangle { pointSize: Style.fontSizeXS font.weight: Style.fontWeightBold color: Colors.mPrimary + elide: Text.ElideRight + width: Math.max(0, Math.min(implicitWidth, notificationHeaderRow.width - (urgencyIndicator.visible ? urgencyIndicator.width + notificationHeaderRow.spacing : 0) - notificationHeaderRow.spacing - notificationTimestampText.implicitWidth)) } UText { + id: notificationTimestampText + textFormat: Text.PlainText text: " " + Time.formatRelativeTime(model.timestamp) pointSize: Style.fontSizeXXS diff --git a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/PowerMenuCard.qml b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/PowerMenuCard.qml index 0e3065f..02a5cff 100644 --- a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/PowerMenuCard.qml +++ b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/PowerMenuCard.qml @@ -38,9 +38,11 @@ UBox { } ColumnLayout { + Layout.fillWidth: true spacing: Style.marginXS UText { + Layout.fillWidth: true text: `${HostService.username} @ ${HostService.hostname}` font.weight: Style.fontWeightBold font.pointSize: Style.fontSizeL diff --git a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WeatherCard.qml b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WeatherCard.qml index d54f950..cdff468 100644 --- a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WeatherCard.qml +++ b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WeatherCard.qml @@ -11,7 +11,7 @@ import qs.Utils UBox { id: root - property int forecastDays: 6 + property int forecastDays: 5 property bool showLocation: true property bool showEffects: true readonly property bool weatherReady: LocationService.data.weather !== null diff --git a/config/wallpaper/Pictures/backgrounds b/config/wallpaper/Pictures/backgrounds index 48f5388..afa3766 160000 --- a/config/wallpaper/Pictures/backgrounds +++ b/config/wallpaper/Pictures/backgrounds @@ -1 +1 @@ -Subproject commit 48f5388c45336ffcc1700bf862c0cf41cf07ad22 +Subproject commit afa3766848db5f614a2ce3eb8761d4e57f9b243c diff --git a/config/yazi/.config/yazi/package.toml b/config/yazi/.config/yazi/package.toml index 2d98beb..953e9ff 100644 --- a/config/yazi/.config/yazi/package.toml +++ b/config/yazi/.config/yazi/package.toml @@ -1,11 +1,11 @@ [[plugin.deps]] use = "yazi-rs/plugins:git" -rev = "38efe09" +rev = "5d461d8" hash = "88e56a64b7ce7c4314427452343fef17" [[plugin.deps]] use = "yazi-rs/plugins:smart-enter" -rev = "38efe09" +rev = "5d461d8" hash = "187cc58ba7ac3befd49c342129e6f1b6" [[plugin.deps]] diff --git a/memo/packages.md b/memo/packages.md index 681f37e..9d682d0 100644 --- a/memo/packages.md +++ b/memo/packages.md @@ -255,6 +255,7 @@ intel-ucode inxi iperf3 jdk-openjdk +jdk17-graalvm-ee-bin jdk21-graalvm-ee-bin jetbrains-toolbox jp2a @@ -294,7 +295,10 @@ libvips lightdm linux-cachyos linux-cachyos-headers -linux-firmware +linux-firmware-intel +linux-firmware-other +linux-firmware-realtek +linux-firmware-whence linuxqq-nt llama.cpp-cuda-git lldb @@ -312,7 +316,6 @@ mangohud matugen mesa meson -mixtapes-git mkvtoolnix-cli modprobed-db moonlight-qt @@ -495,7 +498,7 @@ ttf-comic-shanns-nerd ttf-jetbrains-mono-nerd ttf-lxgw-wenkai ttf-lxgw-wenkai-tc -ttf-maplemono-nf-cn-unhinted +ttf-maplemono-nf-cn ttf-meslo-nerd ttf-ms-fonts ttf-noto-sans-cjk-vf @@ -587,7 +590,6 @@ yad yay yazi yt-dlp -ytmdesktop-bin zellij zen-browser-bin zenity