Commit graph

86 commits

Author SHA1 Message Date
Vincent Bernat
1db8eace7f xss-dimmer: ensure dimmer don't block normal lock operations 2022-05-12 10:25:50 +02:00
Vincent Bernat
7b1c7c13d5 Revert "xss-dimmer: play a sound to notice dimmer when not looking at the screen"
This reverts commit 131962b3a6. Well,
doesn't work.
2022-05-11 21:21:02 +02:00
Vincent Bernat
131962b3a6 xss-dimmer: play a sound to notice dimmer when not looking at the screen
Second try, but tell SDL to install a signal handler.
2022-05-11 21:01:08 +02:00
Vincent Bernat
e52f0e4bc3 Revert "xss-dimmer: play a sound to notice dimmer when not looking at the screen"
This reverts commit 398ef9263b. pygame
intercepts SIGTERM. Maybe we could use Gstreamer instead. No time for
that, let just remove this feature for now.
2022-05-11 20:55:42 +02:00
Vincent Bernat
b16132d051 easyeffects: add again 2022-05-06 22:01:02 +02:00
Vincent Bernat
398ef9263b xss-dimmer: play a sound to notice dimmer when not looking at the screen 2022-04-30 16:19:06 +02:00
Vincent Bernat
24219e2382 pipewire: switch to Pipewire using Nix 2022-04-30 15:16:18 +02:00
Vincent Bernat
7b8259305a dunst: use Nix systemd file 2022-04-30 14:56:05 +02:00
Vincent Bernat
a4faad825f dunst: pull from Nix and update to 1.8.1 2022-04-26 16:50:57 +02:00
Vincent Bernat
440a94ab4a weather: don't require weather.service on boot
Without network, it will stay as "activating".
2022-03-04 21:35:39 +01:00
Vincent Bernat
9eb153f283 picom: use the one from Debian unstable 2022-02-07 08:47:49 +01:00
Vincent Bernat
4af98c2589 music: replace Spotify by Deezer 2022-01-31 23:33:09 +01:00
Vincent Bernat
d1d85b2bca systemd: remove unused unit 2022-01-18 07:36:45 +01:00
Vincent Bernat
bbf685ac76 ssh: use system ssh-askpass when running ssh from Nix 2021-12-31 13:50:18 +01:00
Vincent Bernat
50910e8f74 i3: do not install i3 through Debian
Use Nix instead. Seems to work OK.
2021-12-31 13:50:07 +01:00
Vincent Bernat
23e16f4bbd systemd: revert back to PulseAudio
Even on a very powerful system, I have some glitches. That's quite
odd...
2021-12-27 11:54:36 +01:00
Vincent Bernat
2dd1c9e1c7 Revert "easyeffects: run Flatpak"
This reverts commit 2d45bb63f5. Dunno
how to properly integrate a Flatpak with systemd.
2021-12-27 11:43:33 +01:00
Vincent Bernat
2d45bb63f5 easyeffects: run Flatpak 2021-12-27 11:42:41 +01:00
Vincent Bernat
27f6ecdb09 Revert "systemd: switch back to PulseAudio"
This reverts commit cda8ef9831.
2021-12-27 10:01:53 +01:00
Vincent Bernat
45ee293d35 weather: do not make it depend on polybar
It's not used only by polybar and can be run before or after it.
2021-12-26 14:58:32 +01:00
Vincent Bernat
74ab3229df xss-dimmer: avoid font jumping by using a fixed width to format text
Also, use the same font as when the screen is locked.
2021-12-08 19:06:00 +01:00
Vincent Bernat
77c1503555 wallpaper: use XDG_RUNTIME_DIR 2021-12-07 19:53:36 +01:00
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