Compare commits

...

3 Commits

Author SHA1 Message Date
ec866a2bb1 vscode cleanup 2024-06-01 21:10:43 +02:00
880a59e531 chadrc color theme 2024-06-01 21:10:03 +02:00
857dff3253 removed unused wallpaper set calls 2024-06-01 21:03:42 +02:00
3 changed files with 1 additions and 12 deletions

View File

@@ -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'", "terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback', 'Hack Nerd Font'",
"workbench.enableExperiments": false,
"update.mode": "manual", "update.mode": "manual",
"telemetry.enableCrashReporter": false, "telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false, "telemetry.enableTelemetry": false,
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.cursorStyle": "line", "terminal.integrated.cursorStyle": "line",
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"C_Cpp.intelliSenseEngine": "Tag Parser",
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"git.confirmSync": false, "git.confirmSync": false,
"csharp.semanticHighlighting.enabled": true,
"terminal.external.linuxExec": "alacritty", "terminal.external.linuxExec": "alacritty",
"terminal.integrated.copyOnSelection": true, "terminal.integrated.copyOnSelection": true,
"terminal.integrated.rightClickBehavior": "paste", "terminal.integrated.rightClickBehavior": "paste",
"debug.onTaskErrors": "showErrors", "debug.onTaskErrors": "showErrors",
"omnisharp.enableImportCompletion": true,
"omnisharp.useGlobalMono": "always",
"gitlens.currentLine.enabled": false, "gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line", "gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false, "gitlens.codeLens.enabled": false,

View File

@@ -1,7 +1,7 @@
---@type ChadrcConfig ---@type ChadrcConfig
local M = {} local M = {}
M.ui = { M.ui = {
theme = 'nord', theme = 'vscode_dark',
transparency = true transparency = true
} }

View File

@@ -13,9 +13,6 @@ LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg"
ln -sf $1 $LAST_BG_LOCATION ln -sf $1 $LAST_BG_LOCATION
swww img $1 swww img $1
#hyprctl hyprpaper preload "$1"
#hyprctl hyprpaper wallpaper "HDMI-A-1,$1"
#hyprctl hyprpaper unload all
$SCRIPTPATH/wal.sh "$1" $SCRIPTPATH/wal.sh "$1"