vari
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+6
-1
@@ -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
|
||||
|
||||
|
||||
+78
-30
@@ -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
|
||||
|
||||
+1
-1
@@ -3013,7 +3013,7 @@ bold_italic_font auto
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Noctalia
|
||||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -355,6 +355,10 @@ debug {
|
||||
honor-xdg-activation-with-invalid-serial
|
||||
}
|
||||
|
||||
window-rule {
|
||||
draw-border-with-background false
|
||||
}
|
||||
|
||||
window-rule {
|
||||
geometry-corner-radius 12
|
||||
}
|
||||
|
||||
+8
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -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"
|
||||
}
|
||||
+42
-15
@@ -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",
|
||||
|
||||
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/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
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
{"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}
|
||||
Binary file not shown.
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user