-
First I want to thank you for putting together some very useful configs. Between your starter config and this one, it's a really nice on-ramp for more interesting configurations. There are so many way…
-
killing waybar leaves orphans processes that started by custom blocks scripts. This happens with scripts types that are running not based on intervals, but looping by itself producing outputs. orphans…
-
```
killl waybar && nwg-panel&
[1] 613262
2022-03-22 20:13 ➜ .config/sway/config.d ✦ ➜ Couldn't load system tray, is 'python-dbus' installed?
Traceback (most recent call last):
File "/usr/bin/…
-
After yesterday’s update, I noticed that the NC width (when open) is halved. The notification itself (when it appears) has the expected size though.
As I understand it, `notification-window-width` …
-
screenshot
```shell
#!/bin/bash
directory="Pictures"
if [ ! -d $HOME/$directory ]; then
mkdir $HOME/$directory
fi
sleep 0.1
grim $HOME/$directory/$(date '+%Y-%m-%d-%H:%M:%S').png \
&&…
-
**Host system details**
```
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.service: last run failed
Deployments:
fedora:fedora/36/x86_64/silverblue
Version: 36…
-
The `/etc/environment.d` location may have worked some time ago, but not now.
I created locally `/etc/profile.d/10-cf.sh`. One must be careful defining variables in the `/etc/profile.d` location. T…
-
### 问题类型 / Type of issues
* 其它 / other
----
这是继 #2364 之后的又一次大扫除。请各位按列表检查自己名下的包,如果有意继续维护就勾选掉,如果不想管了、不记得了、好像没什么用了之类的,就留在那里。一个月之后还没有被勾选的包,我会发起 orphaning 流程。记得可以直接编辑留言,而不必用鼠标逐个点击。
包名后边的数字,前一个是…
-
-
Hi, I have a question: is there a way to get the number of hours per day or week in a workspace? With a go template or something like that. I simply want an overview of the worked hours for the curren…