diff --git a/hypr/configs/windowrules.conf b/hypr/configs/windowrules.conf index 8575265..36c6911 100644 --- a/hypr/configs/windowrules.conf +++ b/hypr/configs/windowrules.conf @@ -36,6 +36,6 @@ layerrule = ignore_alpha 0.5, match:namespace tag:notif* layerrule = blur on, match:namespace logout_dialog # SWAYNC -layerrule = blur on, ignore_alpha on, ignore_alpha 0.5, xray 0, match:namespace swaync-control-center -layerrule = blur on, ignore_alpha on, ignore_alpha 0.5, xray 0, match:namespace swaync-notification-window +#layerrule = blur on, ignore_alpha on, ignore_alpha 0.5, xray 0, match:namespace swaync-control-center +# layerrule = blur on, ignore_alpha on, ignore_alpha 0.5, xray 0, match:namespace swaync-notification-window diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1338bde..d5b3bb0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -133,10 +133,13 @@ source= ~/.config/hypr/configs/UserAnimations.conf # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below +# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } +hl.workspace_rule( { workspace = "2" , layot_opts = { direction = "right"} } ) + + # See https://wiki.hypr.land/Configuring/Master-Layout/ for more master { new_status = master @@ -330,6 +333,8 @@ binde = SUPER SHIFT, 201, exec, notify-send hello # Fullscreen window + +bind = $mainMod ALT, F, fullscreenstate, -1, 2 bind = $mainMod SHIFT, F, fullscreen, 0 bind = $mainMod , F, fullscreen, 1 diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf index 7a5eecf..dda305c 100644 --- a/kitty/current-theme.conf +++ b/kitty/current-theme.conf @@ -1,32 +1,80 @@ -color0 #0c141b -color1 #ffb4ab -color2 #4edad4 -color3 #80d5d0 -color4 #96cdf8 -color5 #4edad4 -color6 #80d5d0 -color7 #dbe3ed -color8 #8293a2 -color9 #ffb4ab -color10 #4edad4 -color11 #80d5d0 -color12 #96cdf8 -color13 #4edad4 -color14 #80d5d0 -color15 #dbe3ed +# vim:ft=kitty -cursor #dbe3ed -cursor_text_color #0c141b -background #0c141b -foreground #dbe3ed -selection_foreground #b7c9d9 -selection_background #384956 -active_border_color #4edad4 -inactive_border_color #384956 -url_color #4edad4 +## name: Catppuccin-Mocha +## author: Pocco81 (https://github.com/Pocco81) +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf +## blurb: Soothing pastel theme for the high-spirited! -active_tab_foreground #003735 -active_tab_background #4edad4 -inactive_tab_foreground #b7c9d9 -inactive_tab_background #384956 -cursor_trail_color #b7c9d9 + + +# The basic colors +foreground #CDD6F4 +background #1E1E2E +selection_foreground #1E1E2E +selection_background #F5E0DC + +# Cursor colors +cursor #F5E0DC +cursor_text_color #1E1E2E + +# URL underline color when hovering with mouse +url_color #F5E0DC + +# Kitty window border colors +active_border_color #B4BEFE +inactive_border_color #6C7086 +bell_border_color #F9E2AF + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #11111B +active_tab_background #CBA6F7 +inactive_tab_foreground #CDD6F4 +inactive_tab_background #181825 +tab_bar_background #11111B + +# Colors for marks (marked text in the terminal) +mark1_foreground #1E1E2E +mark1_background #B4BEFE +mark2_foreground #1E1E2E +mark2_background #CBA6F7 +mark3_foreground #1E1E2E +mark3_background #74C7EC + +# The 16 terminal colors + +# black +color0 #45475A +color8 #585B70 + +# red +color1 #F38BA8 +color9 #F38BA8 + +# green +color2 #A6E3A1 +color10 #A6E3A1 + +# yellow +color3 #F9E2AF +color11 #F9E2AF + +# blue +color4 #89B4FA +color12 #89B4FA + +# magenta +color5 #F5C2E7 +color13 #F5C2E7 + +# cyan +color6 #94E2D5 +color14 #94E2D5 + +# white +color7 #BAC2DE +color15 #A6ADC8 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 96c2858..71b2245 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -3013,7 +3013,7 @@ bold_italic_font auto # BEGIN_KITTY_THEME -# Noctalia +# Catppuccin-Mocha include current-theme.conf # END_KITTY_THEME # diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak index 71b2245..943ca62 100644 --- a/kitty/kitty.conf.bak +++ b/kitty/kitty.conf.bak @@ -3013,8 +3013,8 @@ bold_italic_font auto # BEGIN_KITTY_THEME -# Catppuccin-Mocha -include current-theme.conf +# Noctalia +# include current-theme.conf # END_KITTY_THEME # # include colors.conf diff --git a/niri/config.kdl b/niri/config.kdl index 131a92c..a797f2d 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -355,6 +355,10 @@ debug { honor-xdg-activation-with-invalid-serial } +window-rule { + draw-border-with-background false +} + window-rule { geometry-corner-radius 12 } diff --git a/niri/noctalia.kdl b/niri/noctalia.kdl index e55308a..e981a85 100644 --- a/niri/noctalia.kdl +++ b/niri/noctalia.kdl @@ -1,14 +1,14 @@ layout { focus-ring { - active-color "#4edad4" - inactive-color "#0c141b" + active-color "#b1c5ff" + inactive-color "#18111a" urgent-color "#ffb4ab" } border { - active-color "#4edad4" - inactive-color "#0c141b" + active-color "#b1c5ff" + inactive-color "#18111a" urgent-color "#ffb4ab" } @@ -17,19 +17,19 @@ layout { } tab-indicator { - active-color "#4edad4" - inactive-color "#00504d" + active-color "#b1c5ff" + inactive-color "#1c438f" urgent-color "#ffb4ab" } insert-hint { - color "#4edad480" + color "#b1c5ff80" } } recent-windows { highlight { - active-color "#4edad4" + active-color "#b1c5ff" urgent-color "#ffb4ab" } } diff --git a/noctalia/colors.json b/noctalia/colors.json index 9114f37..db2492d 100644 --- a/noctalia/colors.json +++ b/noctalia/colors.json @@ -1,25 +1,25 @@ { - "mPrimary": "#4edad4", - "mOnPrimary": "#003735", + "mPrimary": "#b1c5ff", + "mOnPrimary": "#002c71", - "mSecondary": "#80d5d0", - "mOnSecondary": "#003735", + "mSecondary": "#b1c5ff", + "mOnSecondary": "#172e60", - "mTertiary": "#96cdf8", - "mOnTertiary": "#00344f", + "mTertiary": "#e4b7f3", + "mOnTertiary": "#442253", "mError": "#ffb4ab", "mOnError": "#690005", - "mSurface": "#0c141b", - "mOnSurface": "#dbe3ed", + "mSurface": "#18111a", + "mOnSurface": "#ecdeec", - "mSurfaceVariant": "#182027", - "mOnSurfaceVariant": "#b7c9d9", + "mSurfaceVariant": "#251d27", + "mOnSurfaceVariant": "#d4c0d7", - "mOutline": "#384956", + "mOutline": "#504255", "mShadow": "#000000", - "mHover": "#96cdf8", - "mOnHover": "#00344f" + "mHover": "#e4b7f3", + "mOnHover": "#442253" } \ No newline at end of file diff --git a/noctalia/settings.json b/noctalia/settings.json index ccc8480..eb0e2e6 100644 --- a/noctalia/settings.json +++ b/noctalia/settings.json @@ -34,7 +34,7 @@ "preferredPlayer": "", "spectrumFrameRate": 120, "spectrumMirrored": true, - "visualizerType": "linear", + "visualizerType": "wave", "volumeFeedback": false, "volumeFeedbackSoundFile": "", "volumeOverdrive": false, @@ -89,7 +89,7 @@ "scrollingMode": "hover", "showAlbumArt": false, "showArtistFirst": false, - "showProgressRing": true, + "showProgressRing": false, "showVisualizer": true, "textColor": "none", "useFixedWidth": true, @@ -153,8 +153,7 @@ { "blacklist": [ "Bluetooth.*", - "Bluetooth*", - "nm-applet" + "Bluetooth*" ], "chevronColor": "none", "colorizeIcons": true, @@ -419,7 +418,7 @@ "backgroundOpacity": 1, "colorizeIcons": false, "deadOpacity": 0.6, - "displayMode": "auto_hide", + "displayMode": "exclusive", "dockType": "attached", "enabled": true, "floatingRatio": 1, @@ -437,11 +436,11 @@ "launcherUseDistroLogo": true, "monitors": [ ], - "onlySameOutput": true, + "onlySameOutput": false, "pinnedApps": [ + "brave-browser", "kitty", - "zen-twilight", - "brave-browser" + "zen-twilight" ], "pinnedStatic": true, "position": "bottom", @@ -455,7 +454,7 @@ "allowPasswordWithFprintd": true, "animationDisabled": false, "animationSpeed": 1, - "autoStartAuth": true, + "autoStartAuth": false, "avatarImage": "/home/sinsa/.face", "boxRadiusRatio": 1, "clockFormat": "hh\\nmm", @@ -559,7 +558,7 @@ }, "network": { "bluetoothAutoConnect": true, - "bluetoothDetailsViewMode": "grid", + "bluetoothDetailsViewMode": "list", "bluetoothHideUnnamedDevices": false, "bluetoothRssiPollIntervalMs": 60000, "bluetoothRssiPollingEnabled": false, @@ -735,10 +734,6 @@ "enabled": true, "id": "hyprtoolkit" }, - { - "enabled": true, - "id": "hyprland" - }, { "enabled": true, "id": "gtk" @@ -746,6 +741,10 @@ { "enabled": true, "id": "qt" + }, + { + "enabled": true, + "id": "hyprland" } ], "enableUserTheming": false @@ -770,6 +769,34 @@ "enableMultiMonitorDirectories": false, "enabled": true, "favorites": [ + { + "appearance": "dark", + "colorScheme": "Noctalia (default)", + "darkMode": true, + "generationMethod": "fruit-salad", + "paletteColors": [ + "#b1c5ff", + "#b1c5ff", + "#e4b7f3", + "#ffb4ab" + ], + "path": "/home/sinsa/Pictures/wallpapers/1.jpg", + "useWallpaperColors": true + }, + { + "appearance": "dark", + "colorScheme": "Noctalia (default)", + "darkMode": true, + "generationMethod": "fruit-salad", + "paletteColors": [ + "#6edba9", + "#8ed5b1", + "#84d2e5", + "#ffb4ab" + ], + "path": "/home/sinsa/Pictures/wallpapers/10.jpg", + "useWallpaperColors": true + } ], "fillColor": "#000000", "fillMode": "crop", @@ -805,7 +832,7 @@ "wallhavenCategories": "111", "wallhavenOrder": "desc", "wallhavenPurity": "100", - "wallhavenQuery": "", + "wallhavenQuery": "landscape minimal", "wallhavenRatios": "", "wallhavenResolutionHeight": "", "wallhavenResolutionMode": "atleast", diff --git a/obsidian/Cache/Cache_Data/34ec97c848ca943b_0 b/obsidian/Cache/Cache_Data/34ec97c848ca943b_0 index 7f4db4e..aba972e 100644 Binary files a/obsidian/Cache/Cache_Data/34ec97c848ca943b_0 and b/obsidian/Cache/Cache_Data/34ec97c848ca943b_0 differ diff --git a/obsidian/Cache/Cache_Data/fc52697cff125bba_0 b/obsidian/Cache/Cache_Data/fc52697cff125bba_0 index 9962f26..89ec857 100644 Binary files a/obsidian/Cache/Cache_Data/fc52697cff125bba_0 and b/obsidian/Cache/Cache_Data/fc52697cff125bba_0 differ diff --git a/obsidian/Cache/Cache_Data/index-dir/the-real-index b/obsidian/Cache/Cache_Data/index-dir/the-real-index index e1144a6..91b7280 100644 Binary files a/obsidian/Cache/Cache_Data/index-dir/the-real-index and b/obsidian/Cache/Cache_Data/index-dir/the-real-index differ diff --git a/obsidian/Code Cache/js/index-dir/the-real-index b/obsidian/Code Cache/js/index-dir/the-real-index index 447860c..26813b1 100644 Binary files a/obsidian/Code Cache/js/index-dir/the-real-index and b/obsidian/Code Cache/js/index-dir/the-real-index differ diff --git a/obsidian/DIPS b/obsidian/DIPS index e591e0f..f701c42 100644 Binary files a/obsidian/DIPS and b/obsidian/DIPS differ diff --git a/obsidian/DawnGraphiteCache/data_1 b/obsidian/DawnGraphiteCache/data_1 index 52aabc5..2ab56b7 100644 Binary files a/obsidian/DawnGraphiteCache/data_1 and b/obsidian/DawnGraphiteCache/data_1 differ diff --git a/obsidian/DawnGraphiteCache/index b/obsidian/DawnGraphiteCache/index index 8d18425..e8cd1fa 100644 Binary files a/obsidian/DawnGraphiteCache/index and b/obsidian/DawnGraphiteCache/index differ diff --git a/obsidian/DawnWebGPUCache/data_1 b/obsidian/DawnWebGPUCache/data_1 index 4a8de37..6773b3a 100644 Binary files a/obsidian/DawnWebGPUCache/data_1 and b/obsidian/DawnWebGPUCache/data_1 differ diff --git a/obsidian/DawnWebGPUCache/index b/obsidian/DawnWebGPUCache/index index ccb619e..c38da1c 100644 Binary files a/obsidian/DawnWebGPUCache/index and b/obsidian/DawnWebGPUCache/index differ diff --git a/obsidian/GPUCache/data_0 b/obsidian/GPUCache/data_0 index d10fc5c..abde14a 100644 Binary files a/obsidian/GPUCache/data_0 and b/obsidian/GPUCache/data_0 differ diff --git a/obsidian/GPUCache/data_1 b/obsidian/GPUCache/data_1 index f295398..492dd6a 100644 Binary files a/obsidian/GPUCache/data_1 and b/obsidian/GPUCache/data_1 differ diff --git a/obsidian/GPUCache/data_2 b/obsidian/GPUCache/data_2 index edd0286..c3fc602 100644 Binary files a/obsidian/GPUCache/data_2 and b/obsidian/GPUCache/data_2 differ diff --git a/obsidian/GPUCache/index b/obsidian/GPUCache/index index 76c0de3..96f8d22 100644 Binary files a/obsidian/GPUCache/index and b/obsidian/GPUCache/index differ diff --git a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log index 8c74f92..749f051 100644 Binary files a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log and b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log differ diff --git a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG index e034ffc..40dcec4 100644 --- a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG +++ b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG @@ -1,3 +1,3 @@ -2026/05/01-13:24:32.558 179c6 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001 -2026/05/01-13:24:32.558 179c6 Recovering log #6 -2026/05/01-13:24:32.560 179c6 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log +2026/05/04-15:42:24.395 cf06 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001 +2026/05/04-15:42:24.395 cf06 Recovering log #6 +2026/05/04-15:42:24.399 cf06 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log diff --git a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG.old b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG.old index 74ec803..18f13ab 100644 --- a/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG.old +++ b/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/LOG.old @@ -1,3 +1,3 @@ -2026/05/01-12:41:27.989 15193 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001 -2026/05/01-12:41:27.989 15193 Recovering log #6 -2026/05/01-12:41:27.990 15193 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log +2026/05/04-11:26:13.421 15c0 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001 +2026/05/04-11:26:13.421 15c0 Recovering log #6 +2026/05/04-11:26:13.424 15c0 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log diff --git a/obsidian/Local Storage/leveldb/000003.log b/obsidian/Local Storage/leveldb/000003.log index feb24b7..6a019f7 100644 Binary files a/obsidian/Local Storage/leveldb/000003.log and b/obsidian/Local Storage/leveldb/000003.log differ diff --git a/obsidian/Local Storage/leveldb/LOG b/obsidian/Local Storage/leveldb/LOG index 42caad1..aa15afe 100644 --- a/obsidian/Local Storage/leveldb/LOG +++ b/obsidian/Local Storage/leveldb/LOG @@ -1,3 +1,3 @@ -2026/05/01-13:24:32.186 17a42 Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001 -2026/05/01-13:24:32.190 17a42 Recovering log #3 -2026/05/01-13:24:32.190 17a42 Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log +2026/05/04-15:42:23.787 cf06 Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001 +2026/05/04-15:42:23.793 cf06 Recovering log #3 +2026/05/04-15:42:23.793 cf06 Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log diff --git a/obsidian/Local Storage/leveldb/LOG.old b/obsidian/Local Storage/leveldb/LOG.old index 76f970e..69fcb58 100644 --- a/obsidian/Local Storage/leveldb/LOG.old +++ b/obsidian/Local Storage/leveldb/LOG.old @@ -1,3 +1,3 @@ -2026/05/01-12:41:27.575 15117 Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001 -2026/05/01-12:41:27.578 15117 Recovering log #3 -2026/05/01-12:41:27.578 15117 Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log +2026/05/04-11:26:13.015 163e Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001 +2026/05/04-11:26:13.019 163e Recovering log #3 +2026/05/04-11:26:13.019 163e Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log diff --git a/obsidian/Session Storage/000003.log b/obsidian/Session Storage/000003.log index b3ae350..b8e9373 100644 Binary files a/obsidian/Session Storage/000003.log and b/obsidian/Session Storage/000003.log differ diff --git a/obsidian/Session Storage/LOG b/obsidian/Session Storage/LOG index 3e55990..6bd071d 100644 --- a/obsidian/Session Storage/LOG +++ b/obsidian/Session Storage/LOG @@ -1,3 +1,3 @@ -2026/05/01-13:24:58.720 179c6 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001 -2026/05/01-13:24:58.720 179c6 Recovering log #3 -2026/05/01-13:24:58.720 179c6 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log +2026/05/04-17:37:18.018 cf06 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001 +2026/05/04-17:37:18.019 cf06 Recovering log #3 +2026/05/04-17:37:18.019 cf06 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log diff --git a/obsidian/Session Storage/LOG.old b/obsidian/Session Storage/LOG.old index 8e32ffa..3a0b467 100644 --- a/obsidian/Session Storage/LOG.old +++ b/obsidian/Session Storage/LOG.old @@ -1,3 +1,3 @@ -2026/05/01-12:41:31.154 15117 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001 -2026/05/01-12:41:31.154 15117 Recovering log #3 -2026/05/01-12:41:31.154 15117 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log +2026/05/04-11:26:15.354 15c0 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001 +2026/05/04-11:26:15.355 15c0 Recovering log #3 +2026/05/04-11:26:15.355 15c0 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log diff --git a/obsidian/TransportSecurity b/obsidian/TransportSecurity index 2ab5697..8b8d2f5 100644 --- a/obsidian/TransportSecurity +++ b/obsidian/TransportSecurity @@ -1 +1 @@ -{"sts":[{"expiry":1785410672.494287,"host":"vujniKkI4kXYOXQyVj7+plU9qjCkjXeSVdahN1vCVTA=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1777634672.49429},{"expiry":1806426728.013577,"host":"/Io2PStL7/jvcod3tT0jPo73HDnRILY4Di46SHjGwTk=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1774890728.01358}],"version":2} \ No newline at end of file +{"sts":[{"expiry":1785684951.415261,"host":"vujniKkI4kXYOXQyVj7+plU9qjCkjXeSVdahN1vCVTA=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1777908951.415266},{"expiry":1806426728.013577,"host":"/Io2PStL7/jvcod3tT0jPo73HDnRILY4Di46SHjGwTk=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1774890728.01358}],"version":2} \ No newline at end of file diff --git a/obsidian/WebStorage/QuotaManager b/obsidian/WebStorage/QuotaManager index e9a9026..c4b82cd 100644 Binary files a/obsidian/WebStorage/QuotaManager and b/obsidian/WebStorage/QuotaManager differ diff --git a/obsidian/obsidian.log b/obsidian/obsidian.log index 6198927..0d3aaf5 100644 --- a/obsidian/obsidian.log +++ b/obsidian/obsidian.log @@ -76,3 +76,17 @@ 2026-05-01 11:24:32 Success. 2026-05-01 11:24:32 Latest version is 1.12.7 2026-05-01 11:24:32 App is up to date. +2026-05-04 09:26:12 Loaded main app package /usr/lib/obsidian/obsidian.asar +2026-05-04 09:26:13 Checking for update using Github +2026-05-04 09:26:13 Success. +2026-05-04 09:26:13 Latest version is 1.12.7 +2026-05-04 09:26:13 App is up to date. +2026-05-04 13:42:23 Loaded main app package /usr/lib/obsidian/obsidian.asar +2026-05-04 13:42:23 Checking for update using Github +2026-05-04 13:42:23 Success. +2026-05-04 13:42:23 Latest version is 1.12.7 +2026-05-04 13:42:23 App is up to date. +2026-05-04 15:35:51 Checking for update using Github +2026-05-04 15:35:51 Success. +2026-05-04 15:35:51 Latest version is 1.12.7 +2026-05-04 15:35:51 App is up to date.