mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(glazewm): Change Windows TWM to GlazeWM
This commit is contained in:
parent
4657765e21
commit
22ca99086c
16 changed files with 999 additions and 253 deletions
22
platforms/win/glzr/zebar/minimal/bar.zebar.json
Normal file
22
platforms/win/glzr/zebar/minimal/bar.zebar.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"$schema": "https://github.com/glzr-io/zebar/raw/v2.4.0/resources/widget-schema.json",
|
||||
"htmlPath": "./index.html",
|
||||
"zOrder": "normal",
|
||||
"shownInTaskbar": false,
|
||||
"focused": false,
|
||||
"resizable": false,
|
||||
"transparent": true,
|
||||
"presets": [
|
||||
{
|
||||
"name": "default",
|
||||
"anchor": "top_left",
|
||||
"offsetX": "0px",
|
||||
"offsetY": "0px",
|
||||
"width": "100%",
|
||||
"height": "40px",
|
||||
"monitorSelection": {
|
||||
"type": "all"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue