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