l
This commit is contained in:
+60
-12
@@ -36,7 +36,8 @@ monitor= eDP-1, 3072x1920@60, auto, auto
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
# $menu = hyprlauncher
|
||||
$menu = rofi -show drun
|
||||
# $menu = rofi -show drun
|
||||
$menu = qs -c noctalia-shell ipc call launcher toggle
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@@ -49,22 +50,24 @@ exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
# exec-once = waybar & hyprpaper
|
||||
# exec-once = nm-applet
|
||||
exec-once = awww-daemon
|
||||
# exec-once = awww-daemon
|
||||
# exec-once = blueman-applet
|
||||
exec-once = swaync
|
||||
# exec-once = swaync
|
||||
# exec-once = hyprpanel
|
||||
# exec-once = hyprpaper
|
||||
# exec-once = ashell & hyprpaper
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
#exec-once = nextcloud
|
||||
exec-once =/usr/bin/nextcloud --background
|
||||
exec-once = hypridle
|
||||
# exec-once = hypridle
|
||||
exec-once = /home/sinsa/.local/bin/eduroamcondizionale
|
||||
exec-once = sleep 0.5 ; waybar -c /home/sinsa/.config/waybar/configs/default -s /home/sinsa/.config/waybar/style/islands.css >> $HOME/.local/log/waybar.log
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
# exec-once = sleep 0.5 ; waybar -c /home/sinsa/.config/waybar/configs/default -s /home/sinsa/.config/waybar/style/islands.css >> $HOME/.local/log/waybar.log
|
||||
|
||||
exec-once = QT_QPA_PLATFORMTHEME=gtk3 qs -c noctalia-shell
|
||||
# exec-once = wl-paste --type text --watch cliphist store
|
||||
# exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = vorta -d
|
||||
exec-once = syncthing
|
||||
exec-once = syncthing --no-browser
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
@@ -219,14 +222,56 @@ device {
|
||||
|
||||
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Gestures
|
||||
|
||||
|
||||
|
||||
|
||||
# NOCTALIA CONFIG
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 20
|
||||
rounding_power = 2
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 2
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
layerrule {
|
||||
name = noctalia
|
||||
match:namespace = noctalia-background-.*$
|
||||
ignore_alpha = 0.5
|
||||
blur = true
|
||||
blur_popups = true
|
||||
}
|
||||
|
||||
|
||||
|
||||
# -------- GESTURES ---------
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Gestures
|
||||
|
||||
|
||||
# gesture = 3, horizontal, workspace
|
||||
gesture = 3, swipe, move
|
||||
# gesture = 3, swipe, move
|
||||
gesture = 4, vertical, fullscreen, maximize
|
||||
gesture = 4, horizontal, workspace
|
||||
gesture = 3, horizontal, workspace
|
||||
gesture = 3, pinchout, float
|
||||
gesture = 3, pinchin, float
|
||||
|
||||
@@ -385,7 +430,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
|
||||
# Lock
|
||||
bindl=,switch:Lid Switch, exec, hyprlock
|
||||
# bindl=,switch:Lid Switch, exec, hyprlock
|
||||
|
||||
|
||||
|
||||
@@ -450,3 +495,6 @@ source = ~/.config/hypr/configs/windowrules.conf
|
||||
#}
|
||||
|
||||
source = ./dms/cursor.conf
|
||||
|
||||
source = /home/sinsa/.config/hypr/noctalia/noctalia-colors.conf
|
||||
|
||||
|
||||
+30
-78
@@ -1,80 +1,32 @@
|
||||
# vim:ft=kitty
|
||||
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
|
||||
|
||||
## 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!
|
||||
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
|
||||
|
||||
|
||||
|
||||
# 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
|
||||
active_tab_foreground #003735
|
||||
active_tab_background #4edad4
|
||||
inactive_tab_foreground #b7c9d9
|
||||
inactive_tab_background #384956
|
||||
cursor_trail_color #b7c9d9
|
||||
|
||||
+4
-1
@@ -3013,8 +3013,11 @@ bold_italic_font auto
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Mocha
|
||||
# Noctalia
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
#
|
||||
# include colors.conf
|
||||
#
|
||||
map XF86AudioPause no_op
|
||||
allow_remote_control no
|
||||
|
||||
@@ -3013,8 +3013,11 @@ bold_italic_font auto
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Noctalia
|
||||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
#
|
||||
# include colors.conf
|
||||
#
|
||||
map XF86AudioPause no_op
|
||||
allow_remote_control no
|
||||
|
||||
@@ -342,7 +342,18 @@ layer-rule {
|
||||
open-maximized true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// Rounded corners for a modern look.
|
||||
geometry-corner-radius 20
|
||||
|
||||
// Clips window contents to the rounded corner boundaries.
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
debug {
|
||||
// Allows notification actions and window activation from Noctalia.
|
||||
honor-xdg-activation-with-invalid-serial
|
||||
}
|
||||
|
||||
window-rule {
|
||||
geometry-corner-radius 12
|
||||
|
||||
+8
-8
@@ -1,14 +1,14 @@
|
||||
layout {
|
||||
|
||||
focus-ring {
|
||||
active-color "#d5bbff"
|
||||
inactive-color "#141316"
|
||||
active-color "#4edad4"
|
||||
inactive-color "#0c141b"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
border {
|
||||
active-color "#d5bbff"
|
||||
inactive-color "#141316"
|
||||
active-color "#4edad4"
|
||||
inactive-color "#0c141b"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
@@ -17,19 +17,19 @@ layout {
|
||||
}
|
||||
|
||||
tab-indicator {
|
||||
active-color "#d5bbff"
|
||||
inactive-color "#543587"
|
||||
active-color "#4edad4"
|
||||
inactive-color "#00504d"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
insert-hint {
|
||||
color "#d5bbff80"
|
||||
color "#4edad480"
|
||||
}
|
||||
}
|
||||
|
||||
recent-windows {
|
||||
highlight {
|
||||
active-color "#d5bbff"
|
||||
active-color "#4edad4"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"mPrimary": "#d5bbff",
|
||||
"mOnPrimary": "#3d1c6f",
|
||||
"mPrimary": "#4edad4",
|
||||
"mOnPrimary": "#003735",
|
||||
|
||||
"mSecondary": "#cec2db",
|
||||
"mOnSecondary": "#342d40",
|
||||
"mSecondary": "#80d5d0",
|
||||
"mOnSecondary": "#003735",
|
||||
|
||||
"mTertiary": "#f1b7c3",
|
||||
"mOnTertiary": "#4a252f",
|
||||
"mTertiary": "#96cdf8",
|
||||
"mOnTertiary": "#00344f",
|
||||
|
||||
"mError": "#ffb4ab",
|
||||
"mOnError": "#690005",
|
||||
|
||||
"mSurface": "#141316",
|
||||
"mOnSurface": "#e6e1e6",
|
||||
"mSurface": "#0c141b",
|
||||
"mOnSurface": "#dbe3ed",
|
||||
|
||||
"mSurfaceVariant": "#211f22",
|
||||
"mOnSurfaceVariant": "#cbc4cf",
|
||||
"mSurfaceVariant": "#182027",
|
||||
"mOnSurfaceVariant": "#b7c9d9",
|
||||
|
||||
"mOutline": "#49454e",
|
||||
"mOutline": "#384956",
|
||||
"mShadow": "#000000",
|
||||
|
||||
"mHover": "#f1b7c3",
|
||||
"mOnHover": "#4a252f"
|
||||
"mHover": "#96cdf8",
|
||||
"mOnHover": "#00344f"
|
||||
}
|
||||
@@ -117,7 +117,7 @@ ColumnLayout {
|
||||
NSlider {
|
||||
Layout.fillWidth: true
|
||||
from: 0
|
||||
to: 200
|
||||
to: 1000
|
||||
stepSize: 10
|
||||
value: root.valueMaxResults
|
||||
onMoved: root.valueMaxResults = Math.round(value)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "file-search",
|
||||
"name": "File Search",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"minNoctaliaVersion": "4.1.2",
|
||||
"author": "ericbreh",
|
||||
"license": "MIT",
|
||||
@@ -22,7 +22,7 @@
|
||||
"metadata": {
|
||||
"defaultSettings": {
|
||||
"showHidden": false,
|
||||
"maxResults": 0,
|
||||
"maxResults": 100,
|
||||
"fileOpener": "xdg-open",
|
||||
"searchDirectory": "~",
|
||||
"fdCommand": "fd"
|
||||
|
||||
+26
-8
@@ -18,6 +18,7 @@
|
||||
"ignoreMouseInput": false,
|
||||
"overviewLayer": false,
|
||||
"pinnedApps": [
|
||||
"zen-twilight"
|
||||
],
|
||||
"position": "center",
|
||||
"screenshotAnnotationTool": "",
|
||||
@@ -43,7 +44,7 @@
|
||||
"autoHideDelay": 500,
|
||||
"autoShowDelay": 150,
|
||||
"backgroundOpacity": 0.93,
|
||||
"barType": "floating",
|
||||
"barType": "simple",
|
||||
"capsuleColorKey": "none",
|
||||
"capsuleOpacity": 1,
|
||||
"contentPadding": 2,
|
||||
@@ -273,7 +274,7 @@
|
||||
},
|
||||
"colorSchemes": {
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"generationMethod": "fruit-salad",
|
||||
"manualSunrise": "06:30",
|
||||
"manualSunset": "18:30",
|
||||
"monitorForColors": "",
|
||||
@@ -419,7 +420,7 @@
|
||||
"colorizeIcons": false,
|
||||
"deadOpacity": 0.6,
|
||||
"displayMode": "auto_hide",
|
||||
"dockType": "floating",
|
||||
"dockType": "attached",
|
||||
"enabled": true,
|
||||
"floatingRatio": 1,
|
||||
"groupApps": true,
|
||||
@@ -430,15 +431,16 @@
|
||||
"indicatorColor": "primary",
|
||||
"indicatorOpacity": 0.6,
|
||||
"indicatorThickness": 3,
|
||||
"launcherIcon": "cat",
|
||||
"launcherIcon": "book",
|
||||
"launcherIconColor": "none",
|
||||
"launcherPosition": "start",
|
||||
"launcherUseDistroLogo": false,
|
||||
"launcherUseDistroLogo": true,
|
||||
"monitors": [
|
||||
],
|
||||
"onlySameOutput": true,
|
||||
"pinnedApps": [
|
||||
"kitty",
|
||||
"zen-twilight",
|
||||
"brave-browser"
|
||||
],
|
||||
"pinnedStatic": true,
|
||||
@@ -453,12 +455,12 @@
|
||||
"allowPasswordWithFprintd": true,
|
||||
"animationDisabled": false,
|
||||
"animationSpeed": 1,
|
||||
"autoStartAuth": false,
|
||||
"autoStartAuth": true,
|
||||
"avatarImage": "/home/sinsa/.face",
|
||||
"boxRadiusRatio": 1,
|
||||
"clockFormat": "hh\\nmm",
|
||||
"clockStyle": "custom",
|
||||
"compactLockScreen": false,
|
||||
"compactLockScreen": true,
|
||||
"dimmerOpacity": 0.2,
|
||||
"enableBlurBehind": true,
|
||||
"enableLockScreenCountdown": true,
|
||||
@@ -507,7 +509,7 @@
|
||||
"shadowOffsetX": 2,
|
||||
"shadowOffsetY": 3,
|
||||
"showChangelogOnStartup": true,
|
||||
"showHibernateOnLockScreen": false,
|
||||
"showHibernateOnLockScreen": true,
|
||||
"showScreenCorners": false,
|
||||
"showSessionButtonsOnLockScreen": true,
|
||||
"smoothScrollEnabled": true,
|
||||
@@ -728,6 +730,22 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "niri"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "hyprtoolkit"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "hyprland"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "gtk"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "qt"
|
||||
}
|
||||
],
|
||||
"enableUserTheming": false
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
2026/04/22-01:04:26.309 26003 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001
|
||||
2026/04/22-01:04:26.309 26003 Recovering log #6
|
||||
2026/04/22-01:04:26.311 26003 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log
|
||||
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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026/04/09-18:13:19.429 aa2a5 Reusing MANIFEST /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/MANIFEST-000001
|
||||
2026/04/09-18:13:19.429 aa2a5 Recovering log #6
|
||||
2026/04/09-18:13:19.431 aa2a5 Reusing old log /home/sinsa/.config/obsidian/IndexedDB/app_obsidian.md_0.indexeddb.leveldb/000006.log
|
||||
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
|
||||
|
||||
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
2026/04/22-01:04:25.933 25f87 Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001
|
||||
2026/04/22-01:04:25.936 25f87 Recovering log #3
|
||||
2026/04/22-01:04:25.936 25f87 Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log
|
||||
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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026/04/09-18:13:19.122 aa2a5 Reusing MANIFEST /home/sinsa/.config/obsidian/Local Storage/leveldb/MANIFEST-000001
|
||||
2026/04/09-18:13:19.125 aa2a5 Recovering log #3
|
||||
2026/04/09-18:13:19.125 aa2a5 Reusing old log /home/sinsa/.config/obsidian/Local Storage/leveldb/000003.log
|
||||
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
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"net":{"http_server_properties":{"servers":[{"anonymization":[],"server":"https://redirector.gvt1.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13421956328697328","port":443,"protocol_str":"quic"}],"anonymization":[],"network_stats":{"srtt":138767},"server":"https://r1---sn-apo3xh-4jvs.gvt1.com"},{"anonymization":[],"server":"https://raw.githubusercontent.com","supports_spdy":true},{"anonymization":[],"server":"https://releases.obsidian.md","supports_spdy":true}],"supports_quic":{"address":"192.168.1.152","used_quic":true},"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"4G","CAISABiAgICA+P////8B":"4G","CAYSABiAgICA+P////8B":"Offline"}}}
|
||||
{"net":{"http_server_properties":{"servers":[{"anonymization":[],"server":"https://redirector.gvt1.com","supports_spdy":true},{"anonymization":[],"server":"https://releases.obsidian.md","supports_spdy":true},{"anonymization":[],"server":"https://raw.githubusercontent.com","supports_spdy":true}],"supports_quic":{"address":"192.168.1.152","used_quic":true},"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"4G","CAISABiAgICA+P////8B":"4G","CAYSABiAgICA+P////8B":"Offline"}}}
|
||||
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
2026/04/09-18:13:22.439 aa2a5 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001
|
||||
2026/04/09-18:13:22.439 aa2a5 Recovering log #3
|
||||
2026/04/09-18:13:22.439 aa2a5 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log
|
||||
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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026/04/08-14:42:09.894 67679 Reusing MANIFEST /home/sinsa/.config/obsidian/Session Storage/MANIFEST-000001
|
||||
2026/04/08-14:42:09.895 67679 Recovering log #3
|
||||
2026/04/08-14:42:09.895 67679 Reusing old log /home/sinsa/.config/obsidian/Session Storage/000003.log
|
||||
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
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"sts":[{"expiry":1784588666.316713,"host":"vujniKkI4kXYOXQyVj7+plU9qjCkjXeSVdahN1vCVTA=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1776812666.316715},{"expiry":1806426728.013577,"host":"/Io2PStL7/jvcod3tT0jPo73HDnRILY4Di46SHjGwTk=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1774890728.01358}],"version":2}
|
||||
{"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}
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
{"x":0,"y":0,"width":1536,"height":960,"isMaximized":true,"devTools":false,"zoom":0}
|
||||
{"x":0,"y":0,"width":744,"height":897,"isMaximized":true,"devTools":false,"zoom":0}
|
||||
@@ -51,3 +51,28 @@
|
||||
2026-04-22 00:04:25 Success.
|
||||
2026-04-22 00:04:25 Latest version is 1.12.7
|
||||
2026-04-22 00:04:25 App is up to date.
|
||||
2026-04-30 16:19:09 Loaded main app package /usr/lib/obsidian/obsidian.asar
|
||||
2026-04-30 16:19:09 Checking for update using Github
|
||||
2026-04-30 16:19:09 Success.
|
||||
2026-04-30 16:19:09 Latest version is 1.12.7
|
||||
2026-04-30 16:19:09 App is up to date.
|
||||
2026-05-01 10:40:29 Loaded main app package /usr/lib/obsidian/obsidian.asar
|
||||
2026-05-01 10:40:29 Checking for update using Github
|
||||
2026-05-01 10:40:30 Success.
|
||||
2026-05-01 10:40:30 Latest version is 1.12.7
|
||||
2026-05-01 10:40:30 App is up to date.
|
||||
2026-05-01 10:41:22 Loaded main app package /usr/lib/obsidian/obsidian.asar
|
||||
2026-05-01 10:41:22 Checking for update using Github
|
||||
2026-05-01 10:41:22 Success.
|
||||
2026-05-01 10:41:22 Latest version is 1.12.7
|
||||
2026-05-01 10:41:22 App is up to date.
|
||||
2026-05-01 10:41:27 Loaded main app package /usr/lib/obsidian/obsidian.asar
|
||||
2026-05-01 10:41:27 Checking for update using Github
|
||||
2026-05-01 10:41:27 Success.
|
||||
2026-05-01 10:41:27 Latest version is 1.12.7
|
||||
2026-05-01 10:41:27 App is up to date.
|
||||
2026-05-01 11:24:32 Loaded main app package /usr/lib/obsidian/obsidian.asar
|
||||
2026-05-01 11:24:32 Checking for update using Github
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user