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
|
||||
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:
|
||||
|
|
|
@ -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"
|
||||
|
|
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
|
||||
@$(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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue