Skip to content

Commit 6a31d72

Browse files
committed
update glazewm and zebar config
1 parent fe9a317 commit 6a31d72

26 files changed

+13
-686
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ repos:
3030
exclude: |
3131
(?x)^(
3232
docs/windows_workflow/win_dotfiles/\.obsidian/plugins/.*/main\.js|
33-
docs/windows_workflow/win_dotfiles/zebar/.*.html|
33+
docs/windows_workflow/win_dotfiles/.glzr/zebar/.*.html|
3434
3535
)$

docs/windows_workflow/README_windows.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
6464
- 💤 Sleep mode with or without screen
6565
lock [here](https://consumer.huawei.com/en/support/content/en-us15592807/##:~:text=Click%20the%20Windows%20icon%20and,Screen%20and%20Sleep%20to%20Never)
6666
- If you have a 3200mhz RAM, and it runs bellow this frequency, activate XMP profile in the BIOS
67+
- Turn off usb ports and pc lights when in sleep mode in the BIOS
6768
- 🎧Audio settings
6869
- If you have bluetooth and audio devices, you can sort them in audio settings → use as default for both audio and
6970
communications.
70-
- You can also deactivate some audio devices in the audio settings. For example, if you have a monitor speaker, you can deactivate it so it will never be used nor be visible.
71+
- You can also deactivate some audio devices if the are unused in the audio settings. Check this [link](https://www.reddit.com/r/Windows10/comments/hcxksq/how_do_you_remove_an_unused_device_from_the_sound/)
7172
- Deactivate lowering communication sounds in advanced audio settings.
7273

7374
- Monitor and display settings:

docs/windows_workflow/win_dotfiles/zebar/starter/styles.css docs/windows_workflow/win_dotfiles/.glzr/zebar/starter/styles.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ body,
2323

2424
#root {
2525
border-bottom: 1px solid rgb(255 255 255 / 5%);
26-
background: #1c202b;
26+
background: rgb(9, 34, 42) ;
27+
border-radius: 20px;
2728
}
2829

2930
.app {

docs/windows_workflow/win_dotfiles/zebar/starter/with-glazewm.zebar.json docs/windows_workflow/win_dotfiles/.glzr/zebar/starter/with-glazewm.zebar.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@
55
"shownInTaskbar": false,
66
"focused": false,
77
"resizable": false,
8-
"transparent": false,
9-
"defaultPlacements": [
8+
"transparent": true,
9+
"presets": [
1010
{
11+
"name": "default",
1112
"anchor": "top_left",
1213
"offsetX": "0px",
1314
"offsetY": "0px",
1415
"width": "100%",
1516
"height": "30px",
1617
"monitorSelection": {
1718
"type": "all"
19+
},
20+
"dockToEdge": {
21+
"enabled": false,
22+
"edge": null,
23+
"windowMargin": "0px"
1824
}
1925
}
2026
]

docs/windows_workflow/win_dotfiles/zebar/boilerplate-react-buildless/example.zebar.json

-21
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-react-buildless/index.html

-64
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-react-buildless/styles.css

-23
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/.gitignore

-3
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/README.md

-22
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/example.zebar.json

-21
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/index.html

-15
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/package.json

-18
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/src/index.css

-23
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/src/index.tsx

-31
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/tsconfig.json

-14
This file was deleted.

docs/windows_workflow/win_dotfiles/zebar/boilerplate-solid-ts/vite.config.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)