no hypr folder + waybar cclock, nx_gcal_event

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-18 18:41:53 +02:00
parent 91fccbf390
commit 8b2d527c23
8 changed files with 317 additions and 53 deletions

22
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File with Arguments",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": "${command:pickArgs}"
}
]
}