Compare commits
3 Commits
4ca3f717d6
...
ec866a2bb1
| Author | SHA1 | Date | |
|---|---|---|---|
|
ec866a2bb1
|
|||
|
880a59e531
|
|||
|
857dff3253
|
@@ -1,24 +1,16 @@
|
||||
{
|
||||
"glassit.alpha": 220,
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
|
||||
"workbench.enableExperiments": false,
|
||||
"update.mode": "manual",
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"telemetry.enableTelemetry": false,
|
||||
"vsicons.dontShowNewVersionMessage": true,
|
||||
"terminal.integrated.cursorStyle": "line",
|
||||
"explorer.confirmDelete": false,
|
||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"git.confirmSync": false,
|
||||
"csharp.semanticHighlighting.enabled": true,
|
||||
"terminal.external.linuxExec": "alacritty",
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
"terminal.integrated.rightClickBehavior": "paste",
|
||||
"debug.onTaskErrors": "showErrors",
|
||||
"omnisharp.enableImportCompletion": true,
|
||||
"omnisharp.useGlobalMono": "always",
|
||||
"gitlens.currentLine.enabled": false,
|
||||
"gitlens.hovers.currentLine.over": "line",
|
||||
"gitlens.codeLens.enabled": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
M.ui = {
|
||||
theme = 'nord',
|
||||
theme = 'vscode_dark',
|
||||
transparency = true
|
||||
}
|
||||
|
||||
|
||||
@@ -13,9 +13,6 @@ LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg"
|
||||
ln -sf $1 $LAST_BG_LOCATION
|
||||
|
||||
swww img $1
|
||||
#hyprctl hyprpaper preload "$1"
|
||||
#hyprctl hyprpaper wallpaper "HDMI-A-1,$1"
|
||||
#hyprctl hyprpaper unload all
|
||||
|
||||
$SCRIPTPATH/wal.sh "$1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user