diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index 1424c9c..b72d123 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -21,6 +21,16 @@ SystemSwitch: TaskbarColorWhenNonAdaptive: Light DWMPrevalenceSwitch: false DWMPrevalenceEnableTheme: Light +TouchKeyboardSwitch: + Enabled: false + Component: {} +ColorizationSwitch: + Enabled: false + Component: + LightHex: '#FFE81123' + DarkHex: '#FFE81123' + LightAutoColorization: false + DarkAutoColorization: false ColorFilterSwitch: Enabled: false Component: {} @@ -30,6 +40,11 @@ OfficeSwitch: Mode: Switch LightTheme: 0 DarkTheme: 4 +CursorSwitch: + Enabled: false + Component: + CursorsLight: + CursorsDark: Sunrise: 2023-08-18T07:00:00.0000000 Sunset: 2023-08-18T20:00:00.0000000 Location: @@ -48,12 +63,15 @@ Tunable: Trace: false DebugTimerMessage: false ShowTrayIcon: false + AlwaysFullDwmRefresh: false UICulture: fr GPUMonitoring: Enabled: true Threshold: 30 - MonitorTimeSpanMin: 1 Samples: 1 +ProcessBlockList: + ProcessNames: [] + Enabled: false Events: DarkThemeOnBattery: false Win10AllowLockscreenSwitch: true @@ -64,11 +82,11 @@ AutoSwitchNotify: Enabled: false GracePeriodMinutes: 5 Hotkeys: - Enabled: false + Enabled: true ForceLight: ForceDark: NoForce: - ToggleTheme: + ToggleTheme: Shift + Alt + T TogglePostpone: ToggleAutoThemeSwitch: IdleChecker: diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index b6ed52a..a67cc75 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -2,5 +2,4 @@ abbr d "explorer.exe ." abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc "x86_64-w64-mingw32-gcc" -abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"' abbr topgrade "topgrade -y -c" diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish new file mode 100644 index 0000000..e324e05 --- /dev/null +++ b/.config/fish/conf.d/alias_wsl.fish @@ -0,0 +1 @@ +alias wpwd "echo '\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)'" diff --git a/Makefile b/Makefile index 00cb2ee..02bc07e 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,7 @@ sync-wsl: # Fish @$(WGET) $(REPO_SRC)/.config/fish/config_wsl.fish -O $(HOME)/.config/fish/config.fish @$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_wsl.fish >> $(HOME)/.config/fish/conf.d/abbr.fish + @$(CURL) $(REPO_SRC)/.config/fish/conf.d/alias_wsl.fish >> $(HOME)/.config/fish/conf.d/alias.fish # Unison @mkdir -p $(HOME)/.unison diff --git a/windows11.bat b/windows11.bat index 40e9d62..5c94a4a 100644 --- a/windows11.bat +++ b/windows11.bat @@ -94,14 +94,14 @@ for %%i in (!java_jdk!) do ( ) :: Applications -SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam Parsec.Parsec ^ - voidtools.Everything.Lite VideoLAN.VLC File-New-Project.EarTrumpet ^ - Microsoft.VisualStudioCode GIMP.GIMP DuongDieuPhap.ImageGlass ^ - ONLYOFFICE.DesktopEditors HeroicGamesLauncher.HeroicGamesLauncher ^ +SET ^"apps=Discord.Discord Mozilla.Firefox 7zip.7zip Valve.Steam ^ + voidtools.Everything.Lite VideoLAN.VLC Parsec.Parsec ^ + Microsoft.VisualStudioCode GIMP.GIMP File-New-Project.EarTrumpet ^ + TheDocumentFoundation.LibreOffice DuongDieuPhap.ImageGlass ^ OBSProject.OBSStudio Xournal++.Xournal++ Microsoft.PowerToys ^ OpenWhisperSystems.Signal HandBrake.HandBrake Front.scrcpy+ ^ KDE.KDEConnect PrismLauncher.PrismLauncher Microsoft.PowerShell ^ - Armin2208.WindowsAutoNightMode" + Armin2208.WindowsAutoNightMode HeroicGamesLauncher.HeroicGamesLauncher" for %%i in (!apps!) do ( !pmi! %%i