Commit graph

64 commits

Author SHA1 Message Date
Vincent Bernat
f469d76f9e picom: use custom version
This is only next from today. Wanting to try rounded corners (not
really working well) and blur (not that useful).
2021-11-12 08:41:33 +01:00
Vincent Bernat
4dc42140d1 picom: switch to experimental backends
This may solve a crash. Alternative would be to use:

```
shadow-exclude = [
  # Workaround for a crash in Picom (running out of XIDs)
  "! name~=''"
];
```
2021-11-03 06:07:34 +01:00
Vincent Bernat
3770929742 picom: use a wrapper script to template picom configuration file 2021-11-02 10:12:56 +01:00
Vincent Bernat
c3d61202c5 systemd: prevent thunar to start as a service (through DBus) 2021-09-30 08:20:44 +02:00
Vincent Bernat
a6e5d81ede polybar-weather: require polybar.service 2021-09-22 09:46:05 +02:00
Vincent Bernat
eac7c74de0 spotify: make spotify-clean start after sound.target 2021-09-21 09:30:34 +02:00
Vincent Bernat
100a79c9e1 xss-dimmer: accept a background 2021-09-06 14:57:32 +02:00
Vincent Bernat
aea0e046bc wallpaper: use -root with hsetroot
Newer version requires that.
2021-08-29 18:12:12 +02:00
Vincent Bernat
6b6f066231 systemd: remove LimitCORE directive for autorandr
Not needed anymore.
2021-08-29 13:33:17 +02:00
Vincent Bernat
b0925e9f02 autorandr: force a reconfiguration
This is a bit annoying, but as it doesn't handle monitors, we need that.
2021-08-28 07:23:36 +02:00
Vincent Bernat
07a915dc9d spotify-clean: use pacmd from PulseAudio 2021-08-27 08:28:07 +02:00
Vincent Bernat
453ea504f3 wallpaper: be smarter when combining images 2021-08-26 16:12:16 +02:00
Vincent Bernat
358cf0629d i3-companion: implement systemd notify 2021-08-22 09:03:18 +02:00
Vincent Bernat
2f74d47a74 polybar: kill itself if one instance is missing 2021-08-22 08:59:43 +02:00
Vincent Bernat
cda8ef9831 systemd: switch back to PulseAudio 2021-08-21 14:05:39 +02:00
Vincent Bernat
e730a3aa72 polybar-weather: schedule hourly
That's mostly what we want and it uses the realclock.
2021-08-14 22:56:16 +02:00
Vincent Bernat
e60518862f Revert "polybar-weather: do not execute on clock change"
This reverts commit 6783365b87. Well, if
we don't set that, it's not done at all.
2021-08-14 22:47:49 +02:00
Vincent Bernat
08e33d4d39 Revert "systemd: switch back to PulseAudio"
This reverts commit 05917cc6e5. Ok, not
better. Let's stick with PipeWire for now. Keep this commit to easily
revert in the future.
2021-08-14 19:58:31 +02:00
Vincent Bernat
05917cc6e5 systemd: switch back to PulseAudio 2021-08-14 19:43:07 +02:00
Vincent Bernat
bd71736420 Revert "systemd: don't start easyeffects service"
This reverts commit 27c7c054fd. I have
fixed it!
2021-08-14 18:17:26 +02:00
Vincent Bernat
6783365b87 polybar-weather: do not execute on clock change
It seems this is done twice in this case.
2021-08-14 11:08:54 +02:00
Vincent Bernat
27c7c054fd systemd: don't start easyeffects service
It is currently broken?
2021-08-13 18:10:03 +02:00
Vincent Bernat
00efafb021 systemd: fix dependency on polybar-weather 2021-08-13 14:27:18 +02:00
Vincent Bernat
57b47f9d57 polybar-weather: restart on failure 2021-08-11 08:04:57 +02:00
Vincent Bernat
f7e0fd5250 dimmer: rename to xss-dimer 2021-08-10 16:17:02 +02:00
Vincent Bernat
e84885e47a systemd: rename timers 2021-08-10 15:50:18 +02:00
Vincent Bernat
7a63def56f polybar-weather: add a text to tell not to steal my API key
Otherwise, I'll encrypt it with my SSH key.
2021-08-10 13:26:46 +02:00
Vincent Bernat
1924f7731e wallpaper: rename wallpaper binary to match service name 2021-08-10 13:21:04 +02:00
Vincent Bernat
0ea55db7a5 polybar-weather: respect namespace 2021-08-10 13:20:06 +02:00
Vincent Bernat
85b56cd2d5 weather: remove dupes in forecast if no change 2021-08-10 13:14:22 +02:00
Vincent Bernat
0559c830ef polybar: display current weather 2021-08-10 13:08:15 +02:00
Vincent Bernat
38f4f5b1a4 dimmer: switch to another font 2021-08-04 13:28:12 +02:00
Vincent Bernat
3d9c3e458c xss-lock: use a dimmer service to start/stop dimmer
This way, we can lock the screen before stopping dimmer.
2021-08-04 08:21:27 +02:00
Vincent Bernat
c2e32d1824 systemd: fix ordering loop on shutdown 2021-08-01 16:44:24 +02:00
Vincent Bernat
325d7778d7 systemd: schedule cleaning of spotify PA streams 2021-08-01 12:06:03 +02:00
Vincent Bernat
4ce36110d4 xsession: target i3.service and adapt dependencies
I think this is cleaner to make i3 the pivot. Also, don't make i3
restart i3-session each time it starts.
2021-08-01 11:57:45 +02:00
Vincent Bernat
60a1522111 systemd: no need to randomize delay for wallpapers 2021-07-31 23:17:56 +02:00
Vincent Bernat
0310268154 easyeffects: load appropriate profiles on start 2021-07-31 17:43:49 +02:00
Vincent Bernat
e4489699c7 systemd: add easyeffects 2021-07-31 12:52:27 +02:00
Vincent Bernat
e2e87fb193 picom: move to non-experimental backend 2021-07-28 08:23:03 +02:00
Vincent Bernat
8e0e281f4f systemd: move misc-x in i3-session target
As it displays a window, we should depend on i3 running.
2021-07-26 09:22:12 +02:00
Vincent Bernat
b241fe9ce7 systemd: order i3 after xsession target
This way, we have simpler dependencies, even if it is a bit less
efficient. As most services don't advertise readiness correctly, this
is mostly equivalent.
2021-07-26 09:17:37 +02:00
Vincent Bernat
68496a33c6 systemd: switch to pipewire 2021-07-24 14:21:58 +02:00
Vincent Bernat
764dc010b6 polybar: no need to keep the shell waiting, systemd can do it 2021-07-17 11:09:04 +02:00
Vincent Bernat
030d50c636 xsettings: use i3-msg instead of i3-cmd 2021-07-13 14:11:50 +02:00
Vincent Bernat
8c1b3b7bb2 picom: switch to glx backend using experimental backends
There are some artifacts with xr_glx_hybrid and it is not available as
experimental. Let's try glx with experimental backend. No tearing.
Tested with https://www.youtube.com/watch?v=MfL_JkcEFbE.
2021-07-13 08:27:22 +02:00
Vincent Bernat
e8b7487512 i3: unconditionally restart i3-companion on reload 2021-07-11 22:06:23 +02:00
Vincent Bernat
b25442dfd9 polybar: add back disk module
I am using my own compiled version of polybar.
2021-07-11 11:27:37 +02:00
Vincent Bernat
9545dd36c6 systemd: do not start tmux on boot
Dunno why I did that. It has absolutely no effect as the process does
not stay. Maybe this wasn't the case in the past.
2021-07-08 22:29:52 +02:00
Vincent Bernat
af5f11e483 wallpaper: use hsetroot instead of fvwm-root
I was using fvwm-root because it was able to retain pixmap in some X
property for use by some programs. These days are gone and programs
are now using ARGB visual and the compositor. Let's switch to simpler
hsetroot.
2021-07-08 21:08:25 +02:00