add noctalia config
This commit is contained in:
parent
efbbe37a30
commit
26c904b9f6
19 changed files with 967 additions and 9 deletions
|
|
@ -40,3 +40,4 @@ depends = ["niri"]
|
||||||
|
|
||||||
[niri.files]
|
[niri.files]
|
||||||
"configs/niri/base" = "~/.config/niri"
|
"configs/niri/base" = "~/.config/niri"
|
||||||
|
"configs/noctalia" = "~/.config/noctalia"
|
||||||
|
|
|
||||||
18
configs/noctalia/colors.json
Normal file
18
configs/noctalia/colors.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"mError": "#f38ba8",
|
||||||
|
"mHover": "#c6a0f6",
|
||||||
|
"mOnError": "#24273a",
|
||||||
|
"mOnHover": "#24273a",
|
||||||
|
"mOnPrimary": "#24273a",
|
||||||
|
"mOnSecondary": "#24273a",
|
||||||
|
"mOnSurface": "#cad3f5",
|
||||||
|
"mOnSurfaceVariant": "#cad3f5",
|
||||||
|
"mOnTertiary": "#24273a",
|
||||||
|
"mOutline": "#494d64",
|
||||||
|
"mPrimary": "#8bd5ca",
|
||||||
|
"mSecondary": "#c6a0f6",
|
||||||
|
"mShadow": "#1e2030",
|
||||||
|
"mSurface": "#1e1e2e",
|
||||||
|
"mSurfaceVariant": "#363a4f",
|
||||||
|
"mTertiary": "#b7bdf8"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"dark": {
|
||||||
|
"mPrimary": "#8bd5ca",
|
||||||
|
"mOnPrimary": "#24273a",
|
||||||
|
"mSecondary": "#c6a0f6",
|
||||||
|
"mOnSecondary": "#24273a",
|
||||||
|
"mTertiary": "#b7bdf8",
|
||||||
|
"mOnTertiary": "#24273a",
|
||||||
|
"mError": "#f38ba8",
|
||||||
|
"mOnError": "#24273a",
|
||||||
|
"mSurface": "#1e1e2e",
|
||||||
|
"mOnSurface": "#cad3f5",
|
||||||
|
"mSurfaceVariant": "#363a4f",
|
||||||
|
"mOnSurfaceVariant": "#cad3f5",
|
||||||
|
"mOutline": "#494d64",
|
||||||
|
"mShadow": "#1e2030",
|
||||||
|
"mHover": "#c6a0f6",
|
||||||
|
"mOnHover": "#24273a"
|
||||||
|
},
|
||||||
|
"light": {
|
||||||
|
"mPrimary": "#179299",
|
||||||
|
"mOnPrimary": "#eff1f5",
|
||||||
|
"mSecondary": "#8839ef",
|
||||||
|
"mOnSecondary": "#eff1f5",
|
||||||
|
"mTertiary": "#7287fd",
|
||||||
|
"mOnTertiary": "#eff1f5",
|
||||||
|
"mError": "#d20f39",
|
||||||
|
"mOnError": "#dce0e8",
|
||||||
|
"mSurface": "#eff1f5",
|
||||||
|
"mOnSurface": "#4c4f69",
|
||||||
|
"mSurfaceVariant": "#ccd0da",
|
||||||
|
"mOnSurfaceVariant": "#6c6f85",
|
||||||
|
"mOutline": "#a5adcb",
|
||||||
|
"mShadow": "#dce0e8",
|
||||||
|
"mHover": "#8839ef",
|
||||||
|
"mOnHover": "#eff1f5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
# Colors (Catppuccin Mocha)
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = '#585b70'
|
||||||
|
blue = '#74a8fc'
|
||||||
|
cyan = '#6bd7ca'
|
||||||
|
green = '#89d88b'
|
||||||
|
magenta = '#f2aede'
|
||||||
|
red = '#f37799'
|
||||||
|
white = '#bac2de'
|
||||||
|
yellow = '#ebd391'
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = '#f5e0dc'
|
||||||
|
text = '#1e1e2e'
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = '#45475a'
|
||||||
|
blue = '#89b4fa'
|
||||||
|
cyan = '#94e2d5'
|
||||||
|
green = '#a6e3a1'
|
||||||
|
magenta = '#f5c2e7'
|
||||||
|
red = '#f38ba8'
|
||||||
|
white = '#a6adc8'
|
||||||
|
yellow = '#f9e2af'
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = '#1e1e2e'
|
||||||
|
foreground = '#cdd6f4'
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
background = '#585b70'
|
||||||
|
text = '#cdd6f4'
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
# Colors (Catppuccin Latte)
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = '#6c6f85'
|
||||||
|
blue = '#456eff'
|
||||||
|
cyan = '#2d9fa8'
|
||||||
|
green = '#49af3d'
|
||||||
|
magenta = '#fe85d8'
|
||||||
|
red = '#de293e'
|
||||||
|
white = '#bcc0cc'
|
||||||
|
yellow = '#eea02d'
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = '#dc8a78'
|
||||||
|
text = '#eff1f5'
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = '#5c5f77'
|
||||||
|
blue = '#1e66f5'
|
||||||
|
cyan = '#179299'
|
||||||
|
green = '#40a02b'
|
||||||
|
magenta = '#ea76cb'
|
||||||
|
red = '#d20f39'
|
||||||
|
white = '#acb0be'
|
||||||
|
yellow = '#df8e1d'
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = '#eff1f5'
|
||||||
|
foreground = '#4c4f69'
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
background = '#acb0be'
|
||||||
|
text = '#4c4f69'
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
[colors]
|
||||||
|
foreground=cdd6f4
|
||||||
|
background=1e1e2e
|
||||||
|
regular0=45475a
|
||||||
|
regular1=f38ba8
|
||||||
|
regular2=a6e3a1
|
||||||
|
regular3=f9e2af
|
||||||
|
regular4=89b4fa
|
||||||
|
regular5=f5c2e7
|
||||||
|
regular6=94e2d5
|
||||||
|
regular7=a6adc8
|
||||||
|
bright0=585b70
|
||||||
|
bright1=f37799
|
||||||
|
bright2=89d88b
|
||||||
|
bright3=ebd391
|
||||||
|
bright4=74a8fc
|
||||||
|
bright5=f2aede
|
||||||
|
bright6=6bd7ca
|
||||||
|
bright7=bac2de
|
||||||
|
selection-foreground=cdd6f4
|
||||||
|
selection-background=585b70
|
||||||
|
cursor=1e1e2e f5e0dc
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
[colors]
|
||||||
|
foreground=c6d0f5
|
||||||
|
background=303446
|
||||||
|
regular0=51576d
|
||||||
|
regular1=e78284
|
||||||
|
regular2=a6d189
|
||||||
|
regular3=e5c890
|
||||||
|
regular4=8caaee
|
||||||
|
regular5=f4b8e4
|
||||||
|
regular6=81c8be
|
||||||
|
regular7=a5adce
|
||||||
|
bright0=626880
|
||||||
|
bright1=e67172
|
||||||
|
bright2=8ec772
|
||||||
|
bright3=d9ba73
|
||||||
|
bright4=7b9ef0
|
||||||
|
bright5=f2a4db
|
||||||
|
bright6=5abfb5
|
||||||
|
bright7=b5bfe2
|
||||||
|
selection-foreground=c6d0f5
|
||||||
|
selection-background=626880
|
||||||
|
cursor=303446 f2d5cf
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
palette = 0=#45475a
|
||||||
|
palette = 1=#f38ba8
|
||||||
|
palette = 2=#a6e3a1
|
||||||
|
palette = 3=#f9e2af
|
||||||
|
palette = 4=#89b4fa
|
||||||
|
palette = 5=#f5c2e7
|
||||||
|
palette = 6=#94e2d5
|
||||||
|
palette = 7=#a6adc8
|
||||||
|
palette = 8=#585b70
|
||||||
|
palette = 9=#f37799
|
||||||
|
palette = 10=#89d88b
|
||||||
|
palette = 11=#ebd391
|
||||||
|
palette = 12=#74a8fc
|
||||||
|
palette = 13=#f2aede
|
||||||
|
palette = 14=#6bd7ca
|
||||||
|
palette = 15=#bac2de
|
||||||
|
background = #1e1e2e
|
||||||
|
foreground = #cdd6f4
|
||||||
|
cursor-color = #f5e0dc
|
||||||
|
cursor-text = #1e1e2e
|
||||||
|
selection-background = #585b70
|
||||||
|
selection-foreground = #cdd6f4
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
palette = 0=#5c5f77
|
||||||
|
palette = 1=#d20f39
|
||||||
|
palette = 2=#40a02b
|
||||||
|
palette = 3=#df8e1d
|
||||||
|
palette = 4=#1e66f5
|
||||||
|
palette = 5=#ea76cb
|
||||||
|
palette = 6=#179299
|
||||||
|
palette = 7=#acb0be
|
||||||
|
palette = 8=#6c6f85
|
||||||
|
palette = 9=#de293e
|
||||||
|
palette = 10=#49af3d
|
||||||
|
palette = 11=#eea02d
|
||||||
|
palette = 12=#456eff
|
||||||
|
palette = 13=#fe85d8
|
||||||
|
palette = 14=#2d9fa8
|
||||||
|
palette = 15=#bcc0cc
|
||||||
|
background = #eff1f5
|
||||||
|
foreground = #4c4f69
|
||||||
|
cursor-color = #dc8a78
|
||||||
|
cursor-text = #eff1f5
|
||||||
|
selection-background = #acb0be
|
||||||
|
selection-foreground = #4c4f69
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
color0 #45475a
|
||||||
|
color1 #f38ba8
|
||||||
|
color2 #a6e3a1
|
||||||
|
color3 #f9e2af
|
||||||
|
color4 #89b4fa
|
||||||
|
color5 #f5c2e7
|
||||||
|
color6 #94e2d5
|
||||||
|
color7 #a6adc8
|
||||||
|
color8 #585b70
|
||||||
|
color9 #f37799
|
||||||
|
color10 #89d88b
|
||||||
|
color11 #ebd391
|
||||||
|
color12 #74a8fc
|
||||||
|
color13 #f2aede
|
||||||
|
color14 #6bd7ca
|
||||||
|
color15 #bac2de
|
||||||
|
background #1e1e2e
|
||||||
|
selection_foreground #1e1e2e
|
||||||
|
cursor #f5e0dc
|
||||||
|
cursor_text_color #1e1e2e
|
||||||
|
foreground #cdd6f4
|
||||||
|
selection_background #cdd6f4
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
color0 #5c5f77
|
||||||
|
color1 #d20f39
|
||||||
|
color2 #40a02b
|
||||||
|
color3 #df8e1d
|
||||||
|
color4 #1e66f5
|
||||||
|
color5 #ea76cb
|
||||||
|
color6 #179299
|
||||||
|
color7 #acb0be
|
||||||
|
color8 #6c6f85
|
||||||
|
color9 #de293e
|
||||||
|
color10 #49af3d
|
||||||
|
color11 #eea02d
|
||||||
|
color12 #456eff
|
||||||
|
color13 #fe85d8
|
||||||
|
color14 #2d9fa8
|
||||||
|
color15 #bcc0cc
|
||||||
|
background #eff1f5
|
||||||
|
selection_foreground #eff1f5
|
||||||
|
cursor #dc8a78
|
||||||
|
cursor_text_color #eff1f5
|
||||||
|
foreground #4c4f69
|
||||||
|
selection_background #4c4f69
|
||||||
|
|
@ -0,0 +1,84 @@
|
||||||
|
[colors]
|
||||||
|
ansi = [
|
||||||
|
"#45475a",
|
||||||
|
"#f38ba8",
|
||||||
|
"#a6e3a1",
|
||||||
|
"#f9e2af",
|
||||||
|
"#89b4fa",
|
||||||
|
"#f5c2e7",
|
||||||
|
"#94e2d5",
|
||||||
|
"#bac2de",
|
||||||
|
]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
brights = [
|
||||||
|
"#585b70",
|
||||||
|
"#f38ba8",
|
||||||
|
"#a6e3a1",
|
||||||
|
"#f9e2af",
|
||||||
|
"#89b4fa",
|
||||||
|
"#f5c2e7",
|
||||||
|
"#94e2d5",
|
||||||
|
"#a6adc8",
|
||||||
|
]
|
||||||
|
compose_cursor = "#f2cdcd"
|
||||||
|
cursor_bg = "#f5e0dc"
|
||||||
|
cursor_border = "#f5e0dc"
|
||||||
|
cursor_fg = "#11111b"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
scrollbar_thumb = "#585b70"
|
||||||
|
selection_bg = "#585b70"
|
||||||
|
selection_fg = "#cdd6f4"
|
||||||
|
split = "#6c7086"
|
||||||
|
visual_bell = "#313244"
|
||||||
|
|
||||||
|
[colors.indexed]
|
||||||
|
16 = "#fab387"
|
||||||
|
17 = "#f5e0dc"
|
||||||
|
|
||||||
|
[colors.tab_bar]
|
||||||
|
background = "#11111b"
|
||||||
|
inactive_tab_edge = "#313244"
|
||||||
|
|
||||||
|
[colors.tab_bar.active_tab]
|
||||||
|
bg_color = "#cba6f7"
|
||||||
|
fg_color = "#11111b"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.inactive_tab]
|
||||||
|
bg_color = "#181825"
|
||||||
|
fg_color = "#cdd6f4"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.inactive_tab_hover]
|
||||||
|
bg_color = "#1e1e2e"
|
||||||
|
fg_color = "#cdd6f4"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.new_tab]
|
||||||
|
bg_color = "#313244"
|
||||||
|
fg_color = "#cdd6f4"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.new_tab_hover]
|
||||||
|
bg_color = "#45475a"
|
||||||
|
fg_color = "#cdd6f4"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
author = "Catppuccin Org"
|
||||||
|
name = "Noctalia"
|
||||||
|
|
@ -0,0 +1,84 @@
|
||||||
|
[colors]
|
||||||
|
ansi = [
|
||||||
|
"#bcc0cc",
|
||||||
|
"#d20f39",
|
||||||
|
"#40a02b",
|
||||||
|
"#df8e1d",
|
||||||
|
"#1e66f5",
|
||||||
|
"#ea76cb",
|
||||||
|
"#179299",
|
||||||
|
"#5c5f77",
|
||||||
|
]
|
||||||
|
background = "#eff1f5"
|
||||||
|
brights = [
|
||||||
|
"#acb0be",
|
||||||
|
"#d20f39",
|
||||||
|
"#40a02b",
|
||||||
|
"#df8e1d",
|
||||||
|
"#1e66f5",
|
||||||
|
"#ea76cb",
|
||||||
|
"#179299",
|
||||||
|
"#6c6f85",
|
||||||
|
]
|
||||||
|
compose_cursor = "#dd7878"
|
||||||
|
cursor_bg = "#dc8a78"
|
||||||
|
cursor_border = "#dc8a78"
|
||||||
|
cursor_fg = "#dce0e8"
|
||||||
|
foreground = "#4c4f69"
|
||||||
|
scrollbar_thumb = "#acb0be"
|
||||||
|
selection_bg = "#acb0be"
|
||||||
|
selection_fg = "#4c4f69"
|
||||||
|
split = "#9ca0b0"
|
||||||
|
visual_bell = "#ccd0da"
|
||||||
|
|
||||||
|
[colors.indexed]
|
||||||
|
16 = "#fe640b"
|
||||||
|
17 = "#dc8a78"
|
||||||
|
|
||||||
|
[colors.tab_bar]
|
||||||
|
background = "#dce0e8"
|
||||||
|
inactive_tab_edge = "#ccd0da"
|
||||||
|
|
||||||
|
[colors.tab_bar.active_tab]
|
||||||
|
bg_color = "#8839ef"
|
||||||
|
fg_color = "#dce0e8"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.inactive_tab]
|
||||||
|
bg_color = "#e6e9ef"
|
||||||
|
fg_color = "#4c4f69"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.inactive_tab_hover]
|
||||||
|
bg_color = "#eff1f5"
|
||||||
|
fg_color = "#4c4f69"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.new_tab]
|
||||||
|
bg_color = "#ccd0da"
|
||||||
|
fg_color = "#4c4f69"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[colors.tab_bar.new_tab_hover]
|
||||||
|
bg_color = "#bcc0cc"
|
||||||
|
fg_color = "#4c4f69"
|
||||||
|
intensity = "Normal"
|
||||||
|
italic = false
|
||||||
|
strikethrough = false
|
||||||
|
underline = "None"
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
author = "Catppuccin Org"
|
||||||
|
name = "Noctalia"
|
||||||
3
configs/noctalia/pam/password.conf
Normal file
3
configs/noctalia/pam/password.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#auth sufficient pam_fprintd.so max-tries=1
|
||||||
|
# only uncomment this if you have a fingerprint reader
|
||||||
|
auth required pam_unix.so
|
||||||
16
configs/noctalia/plugins.json
Normal file
16
configs/noctalia/plugins.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"name": "Official Noctalia Plugins",
|
||||||
|
"url": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"states": {
|
||||||
|
"kaomoji-provider": {
|
||||||
|
"enabled": true,
|
||||||
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
0
configs/noctalia/plugins/.gitkeep
Normal file
0
configs/noctalia/plugins/.gitkeep
Normal file
517
configs/noctalia/settings.json
Normal file
517
configs/noctalia/settings.json
Normal file
|
|
@ -0,0 +1,517 @@
|
||||||
|
{
|
||||||
|
"appLauncher": {
|
||||||
|
"customLaunchPrefix": "",
|
||||||
|
"customLaunchPrefixEnabled": false,
|
||||||
|
"enableClipPreview": true,
|
||||||
|
"enableClipboardHistory": true,
|
||||||
|
"iconMode": "tabler",
|
||||||
|
"ignoreMouseInput": false,
|
||||||
|
"pinnedExecs": [
|
||||||
|
],
|
||||||
|
"position": "center",
|
||||||
|
"screenshotAnnotationTool": "",
|
||||||
|
"showCategories": false,
|
||||||
|
"showIconBackground": true,
|
||||||
|
"sortByMostUsed": true,
|
||||||
|
"terminalCommand": "xterm -e",
|
||||||
|
"useApp2Unit": false,
|
||||||
|
"viewMode": "list"
|
||||||
|
},
|
||||||
|
"audio": {
|
||||||
|
"cavaFrameRate": 30,
|
||||||
|
"externalMixer": "pwvucontrol || pavucontrol",
|
||||||
|
"mprisBlacklist": [
|
||||||
|
],
|
||||||
|
"preferredPlayer": "",
|
||||||
|
"visualizerType": "mirrored",
|
||||||
|
"volumeOverdrive": false,
|
||||||
|
"volumeStep": 5
|
||||||
|
},
|
||||||
|
"bar": {
|
||||||
|
"backgroundOpacity": 0,
|
||||||
|
"capsuleOpacity": 1,
|
||||||
|
"density": "default",
|
||||||
|
"exclusive": true,
|
||||||
|
"floating": true,
|
||||||
|
"marginHorizontal": 0.18,
|
||||||
|
"marginVertical": 0.25,
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"outerCorners": true,
|
||||||
|
"position": "top",
|
||||||
|
"showCapsule": true,
|
||||||
|
"showOutline": false,
|
||||||
|
"useSeparateOpacity": true,
|
||||||
|
"widgets": {
|
||||||
|
"center": [
|
||||||
|
{
|
||||||
|
"customFont": "",
|
||||||
|
"formatHorizontal": "h:mm AP",
|
||||||
|
"formatVertical": "HH mm - dd MM",
|
||||||
|
"id": "Clock",
|
||||||
|
"tooltipFormat": "yyyy-MM-dd",
|
||||||
|
"useCustomFont": false,
|
||||||
|
"usePrimaryColor": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"left": [
|
||||||
|
{
|
||||||
|
"characterCount": 2,
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"enableScrollWheel": true,
|
||||||
|
"followFocusedScreen": false,
|
||||||
|
"groupedBorderOpacity": 1,
|
||||||
|
"hideUnoccupied": false,
|
||||||
|
"iconScale": 0.8,
|
||||||
|
"id": "Workspace",
|
||||||
|
"labelMode": "none",
|
||||||
|
"showApplications": false,
|
||||||
|
"showLabelsOnlyWhenOccupied": true,
|
||||||
|
"unfocusedIconsOpacity": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hideMode": "hidden",
|
||||||
|
"hideWhenIdle": false,
|
||||||
|
"id": "MediaMini",
|
||||||
|
"maxWidth": 200,
|
||||||
|
"scrollingMode": "hover",
|
||||||
|
"showAlbumArt": false,
|
||||||
|
"showArtistFirst": false,
|
||||||
|
"showProgressRing": true,
|
||||||
|
"showVisualizer": true,
|
||||||
|
"useFixedWidth": false,
|
||||||
|
"visualizerType": "wave"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"hideMode": "transparent",
|
||||||
|
"id": "ActiveWindow",
|
||||||
|
"maxWidth": 145,
|
||||||
|
"scrollingMode": "hover",
|
||||||
|
"showIcon": true,
|
||||||
|
"useFixedWidth": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"blacklist": [
|
||||||
|
],
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"drawerEnabled": true,
|
||||||
|
"hidePassive": false,
|
||||||
|
"id": "Tray",
|
||||||
|
"pinned": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "WallpaperSelector"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hideWhenZero": false,
|
||||||
|
"id": "NotificationHistory",
|
||||||
|
"showUnreadBadge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"displayMode": "onhover",
|
||||||
|
"id": "Volume"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"deviceNativePath": "",
|
||||||
|
"displayMode": "alwaysShow",
|
||||||
|
"hideIfNotDetected": true,
|
||||||
|
"id": "Battery",
|
||||||
|
"showNoctaliaPerformance": true,
|
||||||
|
"showPowerProfiles": true,
|
||||||
|
"warningThreshold": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"colorizeDistroLogo": false,
|
||||||
|
"colorizeSystemIcon": "primary",
|
||||||
|
"customIconPath": "",
|
||||||
|
"enableColorization": true,
|
||||||
|
"icon": "settings",
|
||||||
|
"id": "ControlCenter",
|
||||||
|
"useDistroLogo": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"brightness": {
|
||||||
|
"brightnessStep": 5,
|
||||||
|
"enableDdcSupport": false,
|
||||||
|
"enforceMinimum": true
|
||||||
|
},
|
||||||
|
"calendar": {
|
||||||
|
"cards": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "calendar-header-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "calendar-month-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "weather-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": false,
|
||||||
|
"id": "timer-card"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colorSchemes": {
|
||||||
|
"darkMode": true,
|
||||||
|
"generateTemplatesForPredefined": false,
|
||||||
|
"manualSunrise": "06:30",
|
||||||
|
"manualSunset": "18:30",
|
||||||
|
"matugenSchemeType": "scheme-fruit-salad",
|
||||||
|
"predefinedScheme": "Catppuccin Macchiato Teal",
|
||||||
|
"schedulingMode": "off",
|
||||||
|
"useWallpaperColors": false
|
||||||
|
},
|
||||||
|
"controlCenter": {
|
||||||
|
"cards": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "profile-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "shortcuts-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "audio-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "brightness-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "weather-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "media-sysmon-card"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"diskPath": "/",
|
||||||
|
"position": "close_to_bar_button",
|
||||||
|
"shortcuts": {
|
||||||
|
"left": [
|
||||||
|
{
|
||||||
|
"id": "WiFi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Bluetooth"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ScreenRecorder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "WallpaperSelector"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"id": "Notifications"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "PowerProfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "KeepAwake"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "NightLight"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktopWidgets": {
|
||||||
|
"enabled": false,
|
||||||
|
"gridSnap": false,
|
||||||
|
"monitorWidgets": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dock": {
|
||||||
|
"animationSpeed": 1,
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"deadOpacity": 0.6,
|
||||||
|
"displayMode": "auto_hide",
|
||||||
|
"enabled": false,
|
||||||
|
"floatingRatio": 1,
|
||||||
|
"inactiveIndicators": false,
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"onlySameOutput": true,
|
||||||
|
"pinnedApps": [
|
||||||
|
"org.gnome.Nautilus",
|
||||||
|
"yazi"
|
||||||
|
],
|
||||||
|
"pinnedStatic": false,
|
||||||
|
"size": 1
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"allowPanelsOnScreenWithoutBar": true,
|
||||||
|
"animationDisabled": false,
|
||||||
|
"animationSpeed": 1,
|
||||||
|
"avatarImage": "/home/aleidk/.face",
|
||||||
|
"boxRadiusRatio": 1,
|
||||||
|
"compactLockScreen": false,
|
||||||
|
"dimmerOpacity": 0.25,
|
||||||
|
"enableShadows": true,
|
||||||
|
"forceBlackScreenCorners": false,
|
||||||
|
"iRadiusRatio": 1,
|
||||||
|
"language": "",
|
||||||
|
"lockOnSuspend": true,
|
||||||
|
"radiusRatio": 1,
|
||||||
|
"scaleRatio": 1,
|
||||||
|
"screenRadiusRatio": 1,
|
||||||
|
"shadowDirection": "bottom_right",
|
||||||
|
"shadowOffsetX": 2,
|
||||||
|
"shadowOffsetY": 3,
|
||||||
|
"showHibernateOnLockScreen": false,
|
||||||
|
"showScreenCorners": false,
|
||||||
|
"showSessionButtonsOnLockScreen": true
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"darkModeChange": "",
|
||||||
|
"enabled": false,
|
||||||
|
"performanceModeDisabled": "",
|
||||||
|
"performanceModeEnabled": "",
|
||||||
|
"screenLock": "",
|
||||||
|
"screenUnlock": "",
|
||||||
|
"wallpaperChange": ""
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"analogClockInCalendar": false,
|
||||||
|
"firstDayOfWeek": -1,
|
||||||
|
"name": "Santiago",
|
||||||
|
"showCalendarEvents": true,
|
||||||
|
"showCalendarWeather": true,
|
||||||
|
"showWeekNumberInCalendar": false,
|
||||||
|
"use12hourFormat": true,
|
||||||
|
"useFahrenheit": false,
|
||||||
|
"weatherEnabled": true,
|
||||||
|
"weatherShowEffects": true
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"bluetoothDetailsViewMode": "grid",
|
||||||
|
"bluetoothHideUnnamedDevices": false,
|
||||||
|
"bluetoothRssiPollIntervalMs": 10000,
|
||||||
|
"bluetoothRssiPollingEnabled": false,
|
||||||
|
"wifiDetailsViewMode": "grid",
|
||||||
|
"wifiEnabled": true
|
||||||
|
},
|
||||||
|
"nightLight": {
|
||||||
|
"autoSchedule": true,
|
||||||
|
"dayTemp": "6500",
|
||||||
|
"enabled": true,
|
||||||
|
"forced": false,
|
||||||
|
"manualSunrise": "06:30",
|
||||||
|
"manualSunset": "18:30",
|
||||||
|
"nightTemp": "4000"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"criticalUrgencyDuration": 15,
|
||||||
|
"enableKeyboardLayoutToast": true,
|
||||||
|
"enabled": true,
|
||||||
|
"location": "top",
|
||||||
|
"lowUrgencyDuration": 3,
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"normalUrgencyDuration": 8,
|
||||||
|
"overlayLayer": true,
|
||||||
|
"respectExpireTimeout": true,
|
||||||
|
"saveToHistory": {
|
||||||
|
"critical": true,
|
||||||
|
"low": true,
|
||||||
|
"normal": true
|
||||||
|
},
|
||||||
|
"sounds": {
|
||||||
|
"criticalSoundFile": "",
|
||||||
|
"enabled": true,
|
||||||
|
"excludedApps": "discord,firefox,chrome,chromium,edge",
|
||||||
|
"lowSoundFile": "",
|
||||||
|
"normalSoundFile": "",
|
||||||
|
"separateSounds": true,
|
||||||
|
"volume": 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"osd": {
|
||||||
|
"autoHideMs": 2000,
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"enabledTypes": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"location": "bottom",
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"overlayLayer": true
|
||||||
|
},
|
||||||
|
"screenRecorder": {
|
||||||
|
"audioCodec": "opus",
|
||||||
|
"audioSource": "default_output",
|
||||||
|
"colorRange": "limited",
|
||||||
|
"copyToClipboard": false,
|
||||||
|
"directory": "/home/aleidk/Videos",
|
||||||
|
"frameRate": 60,
|
||||||
|
"quality": "very_high",
|
||||||
|
"showCursor": true,
|
||||||
|
"videoCodec": "h264",
|
||||||
|
"videoSource": "portal"
|
||||||
|
},
|
||||||
|
"sessionMenu": {
|
||||||
|
"countdownDuration": 5000,
|
||||||
|
"enableCountdown": true,
|
||||||
|
"largeButtonsLayout": "single-row",
|
||||||
|
"largeButtonsStyle": false,
|
||||||
|
"position": "center",
|
||||||
|
"powerOptions": [
|
||||||
|
{
|
||||||
|
"action": "lock",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "suspend",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "hibernate",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "reboot",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "logout",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "shutdown",
|
||||||
|
"command": "",
|
||||||
|
"countdownEnabled": true,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"showHeader": true,
|
||||||
|
"showNumberLabels": true
|
||||||
|
},
|
||||||
|
"settingsVersion": 37,
|
||||||
|
"systemMonitor": {
|
||||||
|
"cpuCriticalThreshold": 90,
|
||||||
|
"cpuPollingInterval": 3000,
|
||||||
|
"cpuWarningThreshold": 80,
|
||||||
|
"criticalColor": "",
|
||||||
|
"diskCriticalThreshold": 90,
|
||||||
|
"diskPollingInterval": 3000,
|
||||||
|
"diskWarningThreshold": 80,
|
||||||
|
"enableDgpuMonitoring": false,
|
||||||
|
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
|
||||||
|
"gpuCriticalThreshold": 90,
|
||||||
|
"gpuPollingInterval": 3000,
|
||||||
|
"gpuWarningThreshold": 80,
|
||||||
|
"loadAvgPollingInterval": 3000,
|
||||||
|
"memCriticalThreshold": 90,
|
||||||
|
"memPollingInterval": 3000,
|
||||||
|
"memWarningThreshold": 80,
|
||||||
|
"networkPollingInterval": 3000,
|
||||||
|
"tempCriticalThreshold": 90,
|
||||||
|
"tempPollingInterval": 3000,
|
||||||
|
"tempWarningThreshold": 80,
|
||||||
|
"useCustomColors": false,
|
||||||
|
"warningColor": ""
|
||||||
|
},
|
||||||
|
"templates": {
|
||||||
|
"alacritty": false,
|
||||||
|
"cava": false,
|
||||||
|
"code": false,
|
||||||
|
"discord": false,
|
||||||
|
"emacs": false,
|
||||||
|
"enableUserTemplates": false,
|
||||||
|
"foot": false,
|
||||||
|
"fuzzel": false,
|
||||||
|
"ghostty": false,
|
||||||
|
"gtk": false,
|
||||||
|
"helix": false,
|
||||||
|
"hyprland": false,
|
||||||
|
"kcolorscheme": false,
|
||||||
|
"kitty": false,
|
||||||
|
"mango": false,
|
||||||
|
"niri": false,
|
||||||
|
"pywalfox": false,
|
||||||
|
"qt": false,
|
||||||
|
"spicetify": false,
|
||||||
|
"telegram": false,
|
||||||
|
"vicinae": false,
|
||||||
|
"walker": false,
|
||||||
|
"wezterm": false,
|
||||||
|
"yazi": false,
|
||||||
|
"zed": false
|
||||||
|
},
|
||||||
|
"ui": {
|
||||||
|
"boxBorderEnabled": false,
|
||||||
|
"fontDefault": "Sans Serif",
|
||||||
|
"fontDefaultScale": 1,
|
||||||
|
"fontFixed": "monospace",
|
||||||
|
"fontFixedScale": 1,
|
||||||
|
"panelBackgroundOpacity": 0.93,
|
||||||
|
"panelsAttachedToBar": false,
|
||||||
|
"settingsPanelMode": "centered",
|
||||||
|
"tooltipsEnabled": true
|
||||||
|
},
|
||||||
|
"wallpaper": {
|
||||||
|
"directory": "/home/aleidk/Pictures/Wallpapers",
|
||||||
|
"enableMultiMonitorDirectories": false,
|
||||||
|
"enabled": true,
|
||||||
|
"fillColor": "#000000",
|
||||||
|
"fillMode": "crop",
|
||||||
|
"hideWallpaperFilenames": true,
|
||||||
|
"monitorDirectories": [
|
||||||
|
],
|
||||||
|
"overviewEnabled": true,
|
||||||
|
"panelPosition": "center",
|
||||||
|
"randomEnabled": true,
|
||||||
|
"randomIntervalSec": 900,
|
||||||
|
"recursiveSearch": true,
|
||||||
|
"setWallpaperOnAllMonitors": true,
|
||||||
|
"solidColor": "#1a1a2e",
|
||||||
|
"transitionDuration": 1500,
|
||||||
|
"transitionEdgeSmoothness": 0.05,
|
||||||
|
"transitionType": "random",
|
||||||
|
"useSolidColor": false,
|
||||||
|
"useWallhaven": false,
|
||||||
|
"wallhavenApiKey": "",
|
||||||
|
"wallhavenCategories": "111",
|
||||||
|
"wallhavenOrder": "desc",
|
||||||
|
"wallhavenPurity": "100",
|
||||||
|
"wallhavenQuery": "",
|
||||||
|
"wallhavenRatios": "",
|
||||||
|
"wallhavenResolutionHeight": "",
|
||||||
|
"wallhavenResolutionMode": "atleast",
|
||||||
|
"wallhavenResolutionWidth": "",
|
||||||
|
"wallhavenSorting": "relevance",
|
||||||
|
"wallpaperChangeMode": "random"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:full-border"
|
use = "yazi-rs/plugins:full-border"
|
||||||
rev = "1ab21d4"
|
rev = "68f7d48"
|
||||||
hash = "3996fc74044bc44144b323686f887e1"
|
hash = "3996fc74044bc44144b323686f887e1"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|
@ -10,10 +10,10 @@ hash = "68603fdd1dcaf415227e2c77a9317947"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-enter"
|
use = "yazi-rs/plugins:smart-enter"
|
||||||
rev = "1ab21d4"
|
rev = "68f7d48"
|
||||||
hash = "56fdabc96fc1f4d53c96eb884b02a5be"
|
hash = "56fdabc96fc1f4d53c96eb884b02a5be"
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "yazi-rs/flavors:catppuccin-macchiato"
|
use = "yazi-rs/flavors:catppuccin-macchiato"
|
||||||
rev = "d3fd3a5"
|
rev = "4a1802a"
|
||||||
hash = "e6c5beeb1da3199355734273ee452a7f"
|
hash = "b069dba45e199684b16fa12d385642ed"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ image_filter = "triangle"
|
||||||
image_quality = 75
|
image_quality = 75
|
||||||
max_height = 900
|
max_height = 900
|
||||||
max_width = 600
|
max_width = 600
|
||||||
sixel_fraction = 15
|
|
||||||
tab_size = 2
|
tab_size = 2
|
||||||
wrap = "no"
|
wrap = "no"
|
||||||
|
|
||||||
|
|
@ -37,7 +36,7 @@ upload_img = [{ run = 'immich upload --recursive "$@" || read -n 1 -p "press any
|
||||||
[open]
|
[open]
|
||||||
rules = [
|
rules = [
|
||||||
# Folder
|
# Folder
|
||||||
{ name = "*/", use = ["edit", "open", "reveal"] },
|
{ url = "*/", use = ["edit", "open", "reveal"] },
|
||||||
|
|
||||||
# Text
|
# Text
|
||||||
{ mime = "text/*", use = ["edit", "reveal"] },
|
{ mime = "text/*", use = ["edit", "reveal"] },
|
||||||
|
|
@ -76,7 +75,7 @@ suppress_preload = false
|
||||||
|
|
||||||
fetchers = [
|
fetchers = [
|
||||||
# Mimetype
|
# Mimetype
|
||||||
{ id = "mime", name = "*", run = "mime", if = "!mime", prio = "high" },
|
{ id = "mime", url = "*", run = "mime", if = "!mime", prio = "high" },
|
||||||
]
|
]
|
||||||
preloaders = [
|
preloaders = [
|
||||||
# example
|
# example
|
||||||
|
|
@ -91,7 +90,7 @@ preloaders = [
|
||||||
{ mime = "application/vnd.ms-opentype", run = "font" },
|
{ mime = "application/vnd.ms-opentype", run = "font" },
|
||||||
]
|
]
|
||||||
previewers = [
|
previewers = [
|
||||||
{ name = "*/", run = "folder", sync = true },
|
{ url = "*/", run = "folder", sync = true },
|
||||||
# Code
|
# Code
|
||||||
{ mime = "text/*", run = "code" },
|
{ mime = "text/*", run = "code" },
|
||||||
{ mime = "*/{xml,javascript,x-wine-extension-ini}", run = "code" },
|
{ mime = "*/{xml,javascript,x-wine-extension-ini}", run = "code" },
|
||||||
|
|
@ -111,7 +110,7 @@ previewers = [
|
||||||
{ mime = "font/*", run = "font" },
|
{ mime = "font/*", run = "font" },
|
||||||
{ mime = "application/vnd.ms-opentype", run = "font" },
|
{ mime = "application/vnd.ms-opentype", run = "font" },
|
||||||
# Fallback
|
# Fallback
|
||||||
{ name = "*", run = "file" },
|
{ url = "*", run = "file" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue