Honestly idk
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
background = #151218
|
background = #191112
|
||||||
foreground = #e7e0e8
|
foreground = #f0dee0
|
||||||
cursor-color = #d2bcfd
|
cursor-color = #e91e63
|
||||||
selection-background = #4f3d74
|
selection-background = #4a0e2f
|
||||||
selection-foreground = #e7e0e8
|
selection-foreground = #f0dee0
|
||||||
|
|
||||||
palette = 0=#151218
|
palette = 0=#191112
|
||||||
palette = 1=#df5241
|
palette = 1=#d25e38
|
||||||
palette = 2=#6ed675
|
palette = 2=#6ed686
|
||||||
palette = 3=#dbda7b
|
palette = 3=#cddb7b
|
||||||
palette = 4=#956be1
|
palette = 4=#db5276
|
||||||
palette = 5=#a396bd
|
palette = 5=#d4587e
|
||||||
palette = 6=#d2bcfd
|
palette = 6=#f32d6b
|
||||||
palette = 7=#abb2bf
|
palette = 7=#abb2bf
|
||||||
palette = 8=#5c6370
|
palette = 8=#5c6370
|
||||||
palette = 9=#e06a5f
|
palette = 9=#e07f5f
|
||||||
palette = 10=#86e08c
|
palette = 10=#86e09a
|
||||||
palette = 11=#e8e797
|
palette = 11=#dce897
|
||||||
palette = 12=#e1c9ff
|
palette = 12=#ffb8c7
|
||||||
palette = 13=#7f6acc
|
palette = 13=#bb5787
|
||||||
palette = 14=#8d6ab3
|
palette = 14=#b3606f
|
||||||
palette = 15=#ffffff
|
palette = 15=#ffffff
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ input {
|
|||||||
numlock
|
numlock
|
||||||
}
|
}
|
||||||
touchpad {
|
touchpad {
|
||||||
|
natural-scroll
|
||||||
}
|
}
|
||||||
mouse {
|
mouse {
|
||||||
}
|
}
|
||||||
@@ -94,7 +95,7 @@ layout {
|
|||||||
// You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between.
|
// You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between.
|
||||||
// preset-window-heights { }
|
// preset-window-heights { }
|
||||||
// You can change the default width of the new windows.
|
// You can change the default width of the new windows.
|
||||||
default-column-width { proportion 0.5; }
|
default-column-width { proportion 0.66667; }
|
||||||
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
||||||
// default-column-width {}
|
// default-column-width {}
|
||||||
// By default focus ring and border are rendered as a solid background rectangle
|
// By default focus ring and border are rendered as a solid background rectangle
|
||||||
@@ -140,6 +141,7 @@ overview {
|
|||||||
spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &"
|
spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &"
|
||||||
environment {
|
environment {
|
||||||
XDG_CURRENT_DESKTOP "niri"
|
XDG_CURRENT_DESKTOP "niri"
|
||||||
|
QT_QPA_PLATFORMTHEME "qt6ct"
|
||||||
}
|
}
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
skip-at-startup
|
skip-at-startup
|
||||||
@@ -204,11 +206,11 @@ window-rule {
|
|||||||
open-floating false
|
open-floating false
|
||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"^gnome-calculator$"#
|
// match app-id=r#"^gnome-calculator$"#
|
||||||
match app-id=r#"^galculator$"#
|
// match app-id=r#"^galculator$"#
|
||||||
match app-id=r#"^blueman-manager$"#
|
// match app-id=r#"^blueman-manager$"#
|
||||||
match app-id=r#"^org\.gnome\.Nautilus$"#
|
// match app-id=r#"^org\.gnome\.Nautilus$"#
|
||||||
match app-id=r#"^steam$"#
|
// match app-id=r#"^steam$"#
|
||||||
match app-id=r#"^xdg-desktop-portal$"#
|
match app-id=r#"^xdg-desktop-portal$"#
|
||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
binds {
|
binds {
|
||||||
|
Mod+E repeat=false { spawn "nautilus"; }
|
||||||
|
|
||||||
|
xF86AudioPlay {
|
||||||
|
spawn-sh "dms ipc call mpris playPause";
|
||||||
|
}
|
||||||
|
xF86AudioNext {
|
||||||
|
spawn-sh "dms ipc call mpris next";
|
||||||
|
}
|
||||||
|
xF86AudioPrev {
|
||||||
|
spawn-sh "dms ipc call mpris previous";
|
||||||
|
}
|
||||||
|
|
||||||
// === System & Overview ===
|
// === System & Overview ===
|
||||||
Mod+D repeat=false { toggle-overview; }
|
Mod+D repeat=false { toggle-overview; }
|
||||||
Mod+Tab repeat=false { toggle-overview; }
|
Mod+Tab repeat=false { toggle-overview; }
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ layout {
|
|||||||
background-color "transparent"
|
background-color "transparent"
|
||||||
|
|
||||||
focus-ring {
|
focus-ring {
|
||||||
active-color "#d2bcfd"
|
active-color "#e91e63"
|
||||||
inactive-color "#948f99"
|
inactive-color "#9f8c8e"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#f2b8b5"
|
||||||
}
|
}
|
||||||
|
|
||||||
border {
|
border {
|
||||||
active-color "#d2bcfd"
|
active-color "#e91e63"
|
||||||
inactive-color "#948f99"
|
inactive-color "#9f8c8e"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#f2b8b5"
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
@@ -18,19 +18,19 @@ layout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tab-indicator {
|
tab-indicator {
|
||||||
active-color "#d2bcfd"
|
active-color "#e91e63"
|
||||||
inactive-color "#948f99"
|
inactive-color "#9f8c8e"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#f2b8b5"
|
||||||
}
|
}
|
||||||
|
|
||||||
insert-hint {
|
insert-hint {
|
||||||
color "#d2bcfd80"
|
color "#e91e6380"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
recent-windows {
|
recent-windows {
|
||||||
highlight {
|
highlight {
|
||||||
active-color "#4f3d74"
|
active-color "#4a0e2f"
|
||||||
urgent-color "#ffb4ab"
|
urgent-color "#f2b8b5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
[ColorScheme]
|
[ColorScheme]
|
||||||
active_colors=#e7e0e8, #151218, #211f24, #948f99, #49454e, #49454e, #e7e0e8, #38265c, #e7e0e8, #151218, #151218, #000000, #d2bcfd, #38265c, #cdc2db, #cdc2db, #1d1b20, #151218, #151218, #cbc4cf, #cbc4cf
|
active_colors=#f0dee0, #191112, #261d1e, #9f8c8e, #524345, #524345, #f0dee0, #000000, #f0dee0, #191112, #191112, #000000, #e91e63, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3
|
||||||
disabled_colors=#cbc4cf, #49454e, #211f24, #948f99, #49454e, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #49454e, #49454e, #000000, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #49454e, #49454e, #49454e, #cbc4cf, #cbc4cf
|
disabled_colors=#d6c2c3, #524345, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #000000, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #524345, #d6c2c3, #d6c2c3
|
||||||
inactive_colors=#cbc4cf, #151218, #211f24, #948f99, #49454e, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #151218, #151218, #000000, #cdc2db, #342d40, #cdc2db, #cdc2db, #1d1b20, #151218, #151218, #cbc4cf, #cbc4cf
|
inactive_colors=#d6c2c3, #191112, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #191112, #191112, #000000, #f8bbd9, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3
|
||||||
|
|
||||||
[ColorEffects:Disabled]
|
[ColorEffects:Disabled]
|
||||||
Color=203,196,207
|
Color=214,194,195
|
||||||
ColorAmount=0
|
ColorAmount=0
|
||||||
ColorEffect=0
|
ColorEffect=0
|
||||||
ContrastAmount=0.65
|
ContrastAmount=0.65
|
||||||
@@ -14,7 +14,7 @@ IntensityEffect=2
|
|||||||
|
|
||||||
[ColorEffects:Inactive]
|
[ColorEffects:Inactive]
|
||||||
ChangeSelectionColor=true
|
ChangeSelectionColor=true
|
||||||
Color=148,143,153
|
Color=159,140,142
|
||||||
ColorAmount=0.025
|
ColorAmount=0.025
|
||||||
ColorEffect=2
|
ColorEffect=2
|
||||||
ContrastAmount=0.1
|
ContrastAmount=0.1
|
||||||
@@ -24,121 +24,121 @@ IntensityAmount=0
|
|||||||
IntensityEffect=0
|
IntensityEffect=0
|
||||||
|
|
||||||
[Colors:Button]
|
[Colors:Button]
|
||||||
BackgroundAlternate=33,31,36
|
BackgroundAlternate=38,29,30
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Complementary]
|
[Colors:Complementary]
|
||||||
BackgroundAlternate=33,31,36
|
BackgroundAlternate=38,29,30
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Header]
|
[Colors:Header]
|
||||||
BackgroundAlternate=21,18,24
|
BackgroundAlternate=25,17,18
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Header][Inactive]
|
[Colors:Header][Inactive]
|
||||||
BackgroundAlternate=21,18,24
|
BackgroundAlternate=25,17,18
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Selection]
|
[Colors:Selection]
|
||||||
BackgroundAlternate=79,61,116
|
BackgroundAlternate=74,14,47
|
||||||
BackgroundNormal=210,188,253
|
BackgroundNormal=233,30,99
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=56,38,92
|
ForegroundActive=0,0,0
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=56,38,92
|
ForegroundNormal=0,0,0
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Tooltip]
|
[Colors:Tooltip]
|
||||||
BackgroundAlternate=21,18,24
|
BackgroundAlternate=25,17,18
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:View]
|
[Colors:View]
|
||||||
BackgroundAlternate=29,27,32
|
BackgroundAlternate=25,17,18
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[Colors:Window]
|
[Colors:Window]
|
||||||
BackgroundAlternate=21,18,24
|
BackgroundAlternate=25,17,18
|
||||||
BackgroundNormal=21,18,24
|
BackgroundNormal=25,17,18
|
||||||
DecorationFocus=210,188,253
|
DecorationFocus=233,30,99
|
||||||
DecorationHover=210,188,253
|
DecorationHover=233,30,99
|
||||||
ForegroundActive=210,188,253
|
ForegroundActive=233,30,99
|
||||||
ForegroundInactive=203,196,207
|
ForegroundInactive=214,194,195
|
||||||
ForegroundLink=240,183,197
|
ForegroundLink=248,187,217
|
||||||
ForegroundNegative=255,180,171
|
ForegroundNegative=242,184,181
|
||||||
ForegroundNeutral=205,194,219
|
ForegroundNeutral=248,187,217
|
||||||
ForegroundNormal=231,224,232
|
ForegroundNormal=240,222,224
|
||||||
ForegroundPositive=240,183,197
|
ForegroundPositive=248,187,217
|
||||||
ForegroundVisited=205,194,219
|
ForegroundVisited=248,187,217
|
||||||
|
|
||||||
[WM]
|
[WM]
|
||||||
activeBackground=21,18,24
|
activeBackground=25,17,18
|
||||||
activeBlend=231,224,232
|
activeBlend=240,222,224
|
||||||
activeForeground=231,224,232
|
activeForeground=240,222,224
|
||||||
inactiveBackground=21,18,24
|
inactiveBackground=25,17,18
|
||||||
inactiveBlend=203,196,207
|
inactiveBlend=214,194,195
|
||||||
inactiveForeground=203,196,207
|
inactiveForeground=214,194,195
|
||||||
@@ -3,7 +3,7 @@ color_scheme_path=/home/vivian/.local/share/color-schemes/DankMatugen.colors
|
|||||||
custom_palette=true
|
custom_palette=true
|
||||||
icon_theme=candy-icons
|
icon_theme=candy-icons
|
||||||
standard_dialogs=kde
|
standard_dialogs=kde
|
||||||
style=Fusion
|
style=kvantum-dark
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
fixed="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
Reference in New Issue
Block a user