committer@tuxwarrior
fafee91c05
sleep to prevent racing condition
...
i also have some problem with my statusbar. whenever i start up, the background of the statusbar is flashing, with tiny tiny printed letters. it looks like some terminal output in the top statusbar. when i press print screen, this behaviour ends, and all is well. happens on every reboot.
4:51 pm
This is a classic race condition — waybar (or whatever bar you use) is starting before hyprpaper or your wallpaper tool has fully initialized, so for a brief moment the bar renders against a transparent/unset background, and what you're seeing is the raw compositor output or a terminal behind it.
The print screen bind triggering a screenshot likely forces a compositor repaint which "fixes" the render state — confirming it's a rendering/timing issue, not a config bug.
Since your startup.sh handles autostart, the fix is simply to add a short sleep before launching the bar. Something like:
2026-05-25 16:55:03 -05:00
committer@tuxwarrior
23161119af
no mounting of gitlap repo needed
...
as git repos are now fully on syncDir
2026-04-05 20:07:16 -05:00
committer@tuxwarrior
df0c6345c0
+ rclone, gitRepos.sh
...
ulozto, uloz.to
2026-04-04 17:21:57 -05:00
committer@tuxwarrior
85901c9791
+ nm-applet
2026-03-30 09:53:52 -05:00
committer@tuxwarrior
7e25ea6ba8
change of order
2026-03-17 06:57:18 -05:00
committer@tuxwarrior
9994075a97
waybar ➔ nwg-panel
2026-03-04 12:02:44 -05:00
committer@tuxwarrior
30c697a8a6
u
2026-02-28 20:55:44 -05:00
committer@tuxwarrior
33f9284ade
- hyprdim
...
no use
2026-02-27 10:32:55 -05:00
committer@tuxwarrior
3268588dc7
+ hyprdim
2026-02-27 10:30:13 -05:00
committer@tuxwarrior
366dea3c7c
u
2026-02-27 08:00:29 -05:00
committer@tuxwarrior
0b6216216a
wip
2026-02-27 05:24:28 -05:00
committer@tuxwarrior
db5cf1efcd
u
2026-02-25 15:15:39 -05:00
committer@tuxwarrior
c8b915fa62
i3wm ➔ hyprland (wip)
...
still a way to go. but, i am moving in the right direction, at least.
2026-02-25 14:05:09 -05:00
committer@tuxwarrior
c8ab69ca6d
wip / i3wm ➔ hyprland
...
and, several clean-ups at the same time
2026-02-25 11:22:51 -05:00
committer@tuxwarrior
8f9f25bf72
wip
2026-02-24 18:35:15 -05:00
committer@tuxwarrior
e35a4c266b
wip
2026-02-24 11:29:25 -05:00
committer@tuxwarrior
a1b30bcb0b
Auto stash before merge of "master" and "origin/master"
2026-02-24 08:41:36 -05:00
fro
9903586c66
Update dots/bin/startup.sh
2026-02-24 12:05:18 +00:00
fro
9ce1de544d
Update dots/bin/startup.sh
2026-02-24 10:32:47 +00:00
fro
77f8cc4d80
Update dots/bin/startup.sh
2026-02-22 15:54:30 +00:00
fro
9c083a8084
Update dots/bin/startup.sh
2026-02-22 14:12:05 +00:00
fro
768529734c
/+ psensor
2026-01-25 16:27:14 -05:00
fro
841f0b18b8
w
2025-12-28 16:00:01 -05:00
fro
b2ddf1466e
/ startup.sh ➔ startup_auto.sh
...
and, now using startup.sh for manually executing programs
2025-12-28 15:57:25 -05:00
fro
be2c70e0dc
w
2025-12-28 15:50:33 -05:00
fro
870044d8dd
w
2025-12-28 15:44:14 -05:00
fro
baa18c8e28
w
2025-12-28 15:40:40 -05:00
fro
7471aa004b
w
2025-12-28 15:38:02 -05:00
fro
b2150bd1c1
w
2025-12-28 15:31:25 -05:00
fro
b52b6f5b47
w
2025-12-28 15:23:08 -05:00
fro
1968d657dd
w
...
w(ip)
2025-12-28 15:19:06 -05:00
fro
cfc52349b2
w
2025-12-28 14:10:26 -05:00
fro
d2abbe2de1
w
2025-12-28 14:04:41 -05:00
fro
9469c48b8d
w
2025-12-28 13:58:55 -05:00
fro
31fafd2cb3
/ wip
2025-12-28 13:52:22 -05:00
fro
ac3e865b2f
/wip
2025-12-28 13:48:59 -05:00
fro
9b0cb9a160
/ wip
...
trying to start programs from startup.sh
2025-12-28 13:39:28 -05:00
fro
ef40f448f2
/ wip - trying to start programs from startup.sh
2025-12-28 13:16:07 -05:00
fro
fadd0b0a86
/ wip
2025-12-28 12:46:30 -05:00
fro
89c0d668ee
/ pcloud moved from startup.sh to i3wm config
2025-12-16 20:01:29 -05:00
fro
45464512b9
u
2025-12-02 19:41:35 -05:00
fro
2ce318c03e
/ double startup of pcloud
...
trying that, as once does not work. plus ws renaming fix
2025-12-02 19:39:25 -05:00
fro
047f25d9a8
/+ ds-tuxwarrior-4()
2025-11-20 14:04:31 -05:00
fro
cac2a53b01
/+ echo
...
why does not pcloud start?
2025-11-15 16:43:44 -05:00
fro
5987d9b140
/ xautolock upd from 15 to 20 min
2025-10-20 05:57:11 -05:00
fro
c8fbfd76f9
/ reintroduction of xautolock
2025-10-12 12:52:49 -05:00
committer@tuxwarrior
629676dfaf
/- commented out protonvpn
...
not using it very often, atm
2025-06-02 16:58:37 -05:00
committer@tuxwarrior
91b9d008cc
/ monitor change
...
- benq + 4k
2025-05-29 12:11:30 -05:00
committer@tuxwarrior
7a21c876cb
/ clean-up
...
doing nr at last, and scale in one go with the rest
2025-05-07 05:29:13 -05:00
committer@tuxwarrior
9dbbcc129d
/+ synology-drive
2025-04-20 20:26:07 -05:00