From 6a4960874570bfef85ab59fafadde752f6be2bc1 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Tue, 4 Nov 2025 23:36:39 +0100 Subject: [PATCH] idk --- .config/fish/fish_variables | 1 + .config/niri/config.kdl | 22 ++- .config/noctalia/settings.json | 89 ++++++--- .config/nvim | 2 +- .config/quickshell/noctalia-shell | 2 +- .config/qutebrowser/LICENSE | 177 ++++++++++++++++++ .config/qutebrowser/autoconfig.yml | 16 +- .config/qutebrowser/config.py | 2 +- .../.org.chromium.Chromium.J1tgxv | 0 .../.org.chromium.Chromium.QN249N | 0 .../.org.chromium.Chromium.VyQPqL | 0 .../.org.chromium.Chromium.edUhMj | 0 .../.org.chromium.Chromium.fvypf1 | 0 .../.org.chromium.Chromium.ku8Y5K | 0 .../Code Cache/js/index-dir/the-real-index | Bin 48 -> 48 bytes .../Code Cache/wasm/index-dir/the-real-index | Bin 48 -> 48 bytes .config/tuxedo-control-center/GPUCache/data_1 | Bin 270336 -> 270336 bytes .config/tuxedo-control-center/GPUCache/index | Bin 262512 -> 262512 bytes .../Local Storage/leveldb/LOG | 6 +- .../Local Storage/leveldb/LOG.old | 6 +- .config/tuxedo-control-center/SS | 2 +- .../Session Storage/000003.log | Bin 726 -> 916 bytes .../tuxedo-control-center/Session Storage/LOG | 6 +- .../Session Storage/LOG.old | 6 +- .config/tuxedo-control-center/SingletonCookie | 2 +- .config/tuxedo-control-center/SingletonLock | 2 +- 26 files changed, 286 insertions(+), 55 deletions(-) create mode 100644 .config/qutebrowser/LICENSE create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.J1tgxv create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.QN249N create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.VyQPqL create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.edUhMj create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.fvypf1 create mode 100644 .config/tuxedo-control-center/.org.chromium.Chromium.ku8Y5K diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 8ea9276..02af6df 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,5 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 +SETUVAR --export EDITOR:nvim SETUVAR __fish_initialized:3800 SETUVAR fish_color_autosuggestion:586e75 SETUVAR fish_color_cancel:\x2d\x2dreverse diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index d0d1f8f..37d44c3 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -11,6 +11,7 @@ window-rule { clip-to-geometry true } +/* layer-rule { match namespace="^quickshell-wallpaper$" } @@ -21,6 +22,7 @@ layer-rule { } spawn-at-startup "qs" "-c" "noctalia-shell" +*/ input { keyboard { @@ -85,7 +87,7 @@ input { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // Remember to uncomment the node by removing "/-"! -/-output "eDP-1" { +output "eDP-1" { // Uncomment this line to disable this output. // off @@ -95,14 +97,14 @@ input { // for the resolution. // If the mode is omitted altogether or is invalid, niri will pick one automatically. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. - mode "1920x1080@120.030" + // mode "1920x1080@120.030" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2 + scale 1.25 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. - transform "normal" + // transform "normal" // Position of the output in the global coordinate space. // This affects directional monitor actions like "focus-monitor-left", and cursor movement. @@ -113,7 +115,11 @@ input { // so to put another output directly adjacent to it on the right, set its x to 1920. // If the position is unset or results in an overlap, the output is instead placed // automatically. - position x=1280 y=0 + position x=0 y=1081 +} + +output "HDMI-A-1" { + position x=0 y=0 } // Settings that influence how windows are positioned and sized. @@ -284,7 +290,7 @@ spawn-at-startup "xwayland-satellite" environment { DISPLAY ":0" - GTK_USE_PORTAL "1" + QT_QPA_PLATFORMTHEME "qt6ct" } // Uncomment this line to ask the clients to omit their client-side decorations if possible. @@ -375,10 +381,10 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } - Mod+D hotkey-overlay-title="Run an Application: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "launcher" "toggle" + Mod+D hotkey-overlay-title="Run an Application: noctalia" { spawn "kitty" // "--launch-prefix=bash -e /home/never/.config/fuzzel/wrapper.sh"; } - Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "lockScreen" "toggle"; } + Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia" { spawn "cosmic-greeter"; } Super+Alt+P hotkey-overlay-title="Open the Power Panel: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "powerPanel" "toggle"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 8818471..2b17817 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -5,6 +5,7 @@ "pinnedExecs": [ ], "position": "center", + "sortByMostUsed": true, "useApp2Unit": false }, "audio": { @@ -12,40 +13,51 @@ "mprisBlacklist": [ ], "preferredPlayer": "", - "showMiniplayerAlbumArt": true, - "showMiniplayerCava": false, "visualizerType": "linear", "volumeStep": 5 }, "bar": { - "alwaysShowBatteryPercentage": false, "backgroundOpacity": 1, + "density": "default", + "floating": false, + "marginHorizontal": 0.25, + "marginVertical": 0.25, "monitors": [ - "eDP-1" + "eDP-1", + "HDMI-A-1" ], "position": "top", - "showActiveWindowIcon": true, - "showNetworkStats": false, - "showWorkspaceLabel": "none", - "useDistroLogo": false, + "showCapsule": false, "widgets": { "center": [ { - "id": "NotificationHistory" + "hideWhenZero": true, + "id": "NotificationHistory", + "showUnreadBadge": true }, { - "id": "Clock" + "formatHorizontal": "HH:mm ddd, MMM dd", + "formatVertical": "HH mm - dd MM", + "id": "Clock", + "useMonospacedFont": true, + "usePrimaryColor": true } ], "left": [ { - "id": "Workspace" + "hideUnoccupied": false, + "id": "Workspace", + "labelMode": "none" }, { - "id": "MediaMini" + "id": "MediaMini", + "showAlbumArt": true, + "showVisualizer": false, + "visualizerType": "linear" }, { - "id": "ActiveWindow" + "id": "ActiveWindow", + "showIcon": true } ], "right": [ @@ -62,43 +74,52 @@ "id": "Bluetooth" }, { - "id": "Battery" + "displayMode": "onhover", + "id": "Battery", + "warningThreshold": 30 }, { + "displayMode": "onhover", "id": "Volume" }, { + "displayMode": "onhover", "id": "Brightness" }, { "id": "NightLight" }, { - "id": "SidePanelToggle" + "icon": "noctalia", + "id": "SidePanelToggle", + "useDistroLogo": false } ] } }, "brightness": { - "brightnessStep": 5 + "brightnessStep": 1 }, "colorSchemes": { "darkMode": true, - "predefinedScheme": "/home/never/.config/quickshell/noctalia-shell/Assets/ColorScheme/Niri.json", + "predefinedScheme": "Niri", "useWallpaperColors": false }, "dock": { "autoHide": false, "backgroundOpacity": 1, - "exclusive": false, + "exclusive": true, + "floatingRatio": 1, "monitors": [ ] }, "general": { "animationSpeed": 1, "avatarImage": "/home/never/.face", - "dimDesktop": true, + "dimDesktop": false, + "forceBlackScreenCorners": false, "radiusRatio": 0, + "screenRadiusRatio": 1, "showScreenCorners": false }, "hooks": { @@ -108,9 +129,8 @@ }, "location": { "name": "Würzburg", - "reverseDayMonth": true, - "showDateWithClock": true, - "use12HourClock": false, + "showWeekNumberInCalendar": false, + "use12hourFormat": false, "useFahrenheit": false }, "matugen": { @@ -121,6 +141,7 @@ "gtk3": false, "gtk4": false, "kitty": false, + "pywalfox": false, "qt5": false, "qt6": false, "vesktop": false @@ -133,15 +154,20 @@ "autoSchedule": true, "dayTemp": "6500", "enabled": true, + "forced": false, "manualSunrise": "06:30", "manualSunset": "18:30", "nightTemp": "4000" }, "notifications": { - "doNotDisturb": false, + "criticalUrgencyDuration": 15, + "doNotDisturb": true, + "lastSeenTs": 1759063307000, + "lowUrgencyDuration": 3, "monitors": [ "eDP-1" - ] + ], + "normalUrgencyDuration": 8 }, "screenRecorder": { "audioCodec": "opus", @@ -156,14 +182,18 @@ }, "settingsVersion": 1, "ui": { - "fontBillboard": "Inter", - "fontDefault": "Roboto", - "fontFixed": "Source Code Pro", + "fontBillboard": "Inter Display", + "fontDefault": "Adwaita Sans", + "fontFixed": "Adwaita Mono", "idleInhibitorEnabled": false, "monitorsScaling": [ { "name": "eDP-1", "scale": 0.7999999999999999 + }, + { + "name": "HDMI-A-1", + "scale": 0.7999999999999999 } ] }, @@ -178,6 +208,11 @@ "directory": "/home/never/.local/share/wallpapers/", "name": "eDP-1", "wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png" + }, + { + "directory": "/home/never/.local/share/wallpapers/", + "name": "HDMI-A-1", + "wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png" } ], "randomEnabled": false, diff --git a/.config/nvim b/.config/nvim index 3338d39..e032307 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 3338d3920620861f8313a2745fd5d2be39f39534 +Subproject commit e032307f8d58b6ad421cd611ca4bfb2152648ea7 diff --git a/.config/quickshell/noctalia-shell b/.config/quickshell/noctalia-shell index 6e009d3..0f3a4fe 160000 --- a/.config/quickshell/noctalia-shell +++ b/.config/quickshell/noctalia-shell @@ -1 +1 @@ -Subproject commit 6e009d3551c19a5672f5d0a027c3ee6075153af3 +Subproject commit 0f3a4fe91ee8785211e37a019540b6aad7be0845 diff --git a/.config/qutebrowser/LICENSE b/.config/qutebrowser/LICENSE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/.config/qutebrowser/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 33d25ef..fad408c 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -15,11 +15,23 @@ settings: wqa: quit --save auto_save.interval: global: 15000 + backend: + global: webengine + colors.webpage.bg: + global: '#ffffff' + colors.webpage.darkmode.algorithm: + global: lightness-cielab + colors.webpage.darkmode.enabled: + global: false + colors.webpage.darkmode.policy.images: + global: smart colors.webpage.preferred_color_scheme: global: light content.javascript.clipboard: https://color.adobe.com: access-paste https://git.nevereverever.de: access-paste + content.pdfjs: + global: true downloads.location.directory: global: null editor.command: @@ -32,7 +44,7 @@ settings: - '{column}' fileselect.folder.command: global: - - konsole + - kitty - -e - ranger - --choosedir={} @@ -40,7 +52,7 @@ settings: global: external fileselect.multiple_files.command: global: - - konsole + - kitty - -e - ranger - --choosefiles={} diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index f06cc71..d0fe1da 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1,4 +1,4 @@ config.load_autoconfig() config.bind('', 'hint links spawn --detach mpv {hint-url}') -c.editor.command = ["kate", "{file}", "-l", "{line}", "-c", "{column}"] config.source("./qutebrowser-solarized/solarized-dark.py") +c.colors.webpage.bg = "#ffffff" diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.J1tgxv b/.config/tuxedo-control-center/.org.chromium.Chromium.J1tgxv new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.QN249N b/.config/tuxedo-control-center/.org.chromium.Chromium.QN249N new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.VyQPqL b/.config/tuxedo-control-center/.org.chromium.Chromium.VyQPqL new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.edUhMj b/.config/tuxedo-control-center/.org.chromium.Chromium.edUhMj new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.fvypf1 b/.config/tuxedo-control-center/.org.chromium.Chromium.fvypf1 new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/.org.chromium.Chromium.ku8Y5K b/.config/tuxedo-control-center/.org.chromium.Chromium.ku8Y5K new file mode 100644 index 0000000..e69de29 diff --git a/.config/tuxedo-control-center/Code Cache/js/index-dir/the-real-index b/.config/tuxedo-control-center/Code Cache/js/index-dir/the-real-index index 0c4b569194805abc1d06cfc0810734bc243fe96c..9b450db5a4349b0fbc07cff141d8f2e3986ee20e 100644 GIT binary patch delta 23 ecmXpo;Lu=TVBlNIzh)wb0!K8S) diff --git a/.config/tuxedo-control-center/Code Cache/wasm/index-dir/the-real-index b/.config/tuxedo-control-center/Code Cache/wasm/index-dir/the-real-index index 0c4b569194805abc1d06cfc0810734bc243fe96c..62525192ba3bf341eb9470988377786bdda65d21 100644 GIT binary patch delta 23 ecmXpo;Lu=TU^poh>^+e~fy0pXuf@JO`V0U#%>};z delta 23 ecmXpo;Lu=TU@+_59Xydkf#dM52KLPj`V0U<3I>S) diff --git a/.config/tuxedo-control-center/GPUCache/data_1 b/.config/tuxedo-control-center/GPUCache/data_1 index 424ee43d2d055b9b31fc73ba6b2a061801db93b0..ec20a2fea29d574f223ecbddaa0e58cafbc37eb1 100644 GIT binary patch delta 155 rcmZoTAkc6?V8aasCOfu?fqLwxXVz@vU8uh?aJ~G-gareLA8`Qy#I8ja delta 155 rcmZoTAkc6?V8aasCKI-afqLvA>gU%!pQ*nwaJ~G-gareLA8`Qy*IY$E diff --git a/.config/tuxedo-control-center/GPUCache/index b/.config/tuxedo-control-center/GPUCache/index index 2edcb61e0ac2284ca1251d6a0e202627932a706f..a7265fec19b8a1b0f40f9751a125f30cac9971af 100644 GIT binary patch delta 26 hcmey+B=Dh0V1fvvQKM+9C}XQAQ>!TRR#BE{MgV$_2XFuY delta 26 hcmey+B=Dh0V1fvvdZTEoC}XQAQ>!TRR#BE{MgV!!2W0>N diff --git a/.config/tuxedo-control-center/Local Storage/leveldb/LOG b/.config/tuxedo-control-center/Local Storage/leveldb/LOG index fa25429..69fec91 100644 --- a/.config/tuxedo-control-center/Local Storage/leveldb/LOG +++ b/.config/tuxedo-control-center/Local Storage/leveldb/LOG @@ -1,3 +1,3 @@ -2025/08/24-14:11:44.298 22f0 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 -2025/08/24-14:11:44.299 22f0 Recovering log #3 -2025/08/24-14:11:44.299 22f0 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log +2025/11/01-12:24:10.497 ce8 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 +2025/11/01-12:24:10.498 ce8 Recovering log #3 +2025/11/01-12:24:10.498 ce8 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log diff --git a/.config/tuxedo-control-center/Local Storage/leveldb/LOG.old b/.config/tuxedo-control-center/Local Storage/leveldb/LOG.old index 4d5b1a6..0b8d457 100644 --- a/.config/tuxedo-control-center/Local Storage/leveldb/LOG.old +++ b/.config/tuxedo-control-center/Local Storage/leveldb/LOG.old @@ -1,3 +1,3 @@ -2025/08/22-19:50:02.741 73ba Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 -2025/08/22-19:50:02.741 73ba Recovering log #3 -2025/08/22-19:50:02.741 73ba Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log +2025/10/31-18:09:03.604 17491 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 +2025/10/31-18:09:03.604 17491 Recovering log #3 +2025/10/31-18:09:03.604 17491 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log diff --git a/.config/tuxedo-control-center/SS b/.config/tuxedo-control-center/SS index 0a1c8a6..c1cf71c 120000 --- a/.config/tuxedo-control-center/SS +++ b/.config/tuxedo-control-center/SS @@ -1 +1 @@ -/tmp/.org.chromium.Chromium.HO8GZm/SS \ No newline at end of file +/tmp/.org.chromium.Chromium.FeIiOx/SS \ No newline at end of file diff --git a/.config/tuxedo-control-center/Session Storage/000003.log b/.config/tuxedo-control-center/Session Storage/000003.log index 7bd83952b36d119fa6bb9a66b17777a05acac083..9f55010204ebfe612f7c09c3b9abaeb5e8754381 100644 GIT binary patch delta 10 Rcmcb{I)#11HKvIH`v4fr1fBo@ delta 7 OcmbQjevNg*H6{QIJp%s# diff --git a/.config/tuxedo-control-center/Session Storage/LOG b/.config/tuxedo-control-center/Session Storage/LOG index 2b72fa5..2b12cf8 100644 --- a/.config/tuxedo-control-center/Session Storage/LOG +++ b/.config/tuxedo-control-center/Session Storage/LOG @@ -1,3 +1,3 @@ -2025/08/24-14:11:49.153 22f0 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 -2025/08/24-14:11:49.153 22f0 Recovering log #3 -2025/08/24-14:11:49.153 22f0 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log +2025/11/01-12:24:31.997 1b66 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 +2025/11/01-12:24:31.998 1b66 Recovering log #3 +2025/11/01-12:24:31.998 1b66 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log diff --git a/.config/tuxedo-control-center/Session Storage/LOG.old b/.config/tuxedo-control-center/Session Storage/LOG.old index 110e2c0..d279d4d 100644 --- a/.config/tuxedo-control-center/Session Storage/LOG.old +++ b/.config/tuxedo-control-center/Session Storage/LOG.old @@ -1,3 +1,3 @@ -2025/08/22-19:50:06.752 7411 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 -2025/08/22-19:50:06.753 7411 Recovering log #3 -2025/08/22-19:50:06.753 7411 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log +2025/10/31-18:09:34.062 1bd60 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 +2025/10/31-18:09:34.062 1bd60 Recovering log #3 +2025/10/31-18:09:34.062 1bd60 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log diff --git a/.config/tuxedo-control-center/SingletonCookie b/.config/tuxedo-control-center/SingletonCookie index 6ba5849..6ec9da1 120000 --- a/.config/tuxedo-control-center/SingletonCookie +++ b/.config/tuxedo-control-center/SingletonCookie @@ -1 +1 @@ -466665302716738420 \ No newline at end of file +15828416105563977782 \ No newline at end of file diff --git a/.config/tuxedo-control-center/SingletonLock b/.config/tuxedo-control-center/SingletonLock index 0f5426e..9297c85 120000 --- a/.config/tuxedo-control-center/SingletonLock +++ b/.config/tuxedo-control-center/SingletonLock @@ -1 +1 @@ -fedora-254620 \ No newline at end of file +fedora-25947 \ No newline at end of file