Vincent Bernat
42016f9ad6
xsettings: switch to Papirus-dark for icons
2021-08-11 09:52:02 +02:00
Vincent Bernat
d5df15b803
xsettings: disable event sounds
...
Thanks to @sebastienhurtel for the tips!
2021-08-11 09:46:48 +02:00
Vincent Bernat
0129d85f70
polybar-weather: also log first forecast time
2021-08-11 08:32:28 +02:00
Vincent Bernat
7c39cfb940
polybar-weather: also use current weather
...
I was under the impression the first forecast value may include the
current weather. This is not the case. Times provided in forecast are
in UTC. So, also include the current weather.
2021-08-11 08:28:15 +02:00
Vincent Bernat
57b47f9d57
polybar-weather: restart on failure
2021-08-11 08:04:57 +02:00
Vincent Bernat
77db51b12c
polybar-weather: fix missing import
2021-08-11 07:55:12 +02:00
Vincent Bernat
62645d0a66
polybar-weather: gracefully handle connection error when waking up
...
nm-online may think we are still online, but we are not, just try a
location request and if it fails, wait to be online.
2021-08-10 21:45:09 +02:00
Vincent Bernat
af1e3135cf
polybar-weather: log city, just in case
2021-08-10 17:20:18 +02:00
Vincent Bernat
9e55aa23b9
polybar-weather: make number of forecasts configurable
2021-08-10 17:15:25 +02:00
Vincent Bernat
93a0489385
polybar: document IPC modules require 3.6+
2021-08-10 17:00:28 +02:00
Vincent Bernat
81d55a79cb
polybar: fix vertical offset
...
I think it is DPI-independent, let's see how it looks on low-DPI
screen later.
2021-08-10 16:59:23 +02:00
Vincent Bernat
c4ad67d387
rofi: accept an entry on single click
2021-08-10 16:40:36 +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
e88352aa67
polybar-weather: tell where to find weather icons
2021-08-10 13:35:16 +02:00
Vincent Bernat
78004178e4
polybar-weather: use different icons when day/night
...
Also, on hot days, switch to a specific icon.
2021-08-10 13:34:17 +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
eb3e05e488
polybar: switch back to Iosevka
...
Aile is not monospace enough.
2021-08-09 20:39:33 +02:00
Vincent Bernat
89e38c3d25
xss-lock: document an alternative using xsecurelock and mpv
...
Also, it would be neat if --panscan=1.0 was enabled in mpv
configuration.
2021-08-09 19:51:14 +02:00
Vincent Bernat
30df63aea1
i3-companion: fix case where candidate workspace is scratchpad
2021-08-09 16:22:09 +02:00
Vincent Bernat
e91e96c77b
i3-companion: fix detection of intrusive apps
2021-08-09 16:18:28 +02:00
Vincent Bernat
33b63b8eeb
i3-companion: icon for DarkTable
2021-08-09 12:17:33 +02:00
Vincent Bernat
81fb08c521
rofi: no background for the window
2021-08-09 09:56:56 +02:00
Vincent Bernat
eb4668bf95
doc: add some random license
2021-08-08 22:22:00 +02:00
Vincent Bernat
d52e038f54
doc: add a link to some intersting desktop
...
Needs more recent picom and i3-gaps.
2021-08-08 22:21:11 +02:00
Vincent Bernat
7e7de17938
i3-companion: icon for grisbi
2021-08-08 21:49:46 +02:00
Vincent Bernat
14d64de364
wallpaper: add support for WebP format
2021-08-08 15:25:59 +02:00
Vincent Bernat
e4a5aa99e8
i3: move screenshot to an helper script
2021-08-08 13:18:49 +02:00
Vincent Bernat
34946de658
i3: use maim for screenshots
...
No need for a complex tool like Flameshot. It is nice to have, but it
doesn't allow me to select a window... Most of the time, I need a
window or an area to the clipboard. Sometimes, I need a quick
screenshot of the whole screen.
2021-08-07 21:51:33 +02:00
Vincent Bernat
17b0e272ae
polybar: make the bar a bit smaller
2021-08-07 21:09:10 +02:00
Vincent Bernat
8959299478
picom: don't unredir automatically
...
This means all windows are unredirected, not just the fullscreen
window.
2021-08-07 18:59:29 +02:00
Vincent Bernat
5ebd843b65
dimmer: adapt default opacity values
...
The goal is to still be able to kill it in case something wrong happens.
2021-08-07 14:16:36 +02:00
Vincent Bernat
3a61a26cba
dimmer: fix exception catching when handling X events
2021-08-07 14:11:59 +02:00
Vincent Bernat
383c52c4be
dimmer: simplify shebang
2021-08-07 14:11:15 +02:00
Vincent Bernat
d0f03901e6
dimmer: remove deprecated use of cairo_create()
2021-08-07 14:10:43 +02:00
Vincent Bernat
101faa5b52
firefox: enable HTTPS-first policy
2021-08-07 13:18:44 +02:00
Vincent Bernat
96f1f7235b
Revert "dimmer: tentative to not use cairo_create() which is deprecated"
...
This reverts commit b77d74171e
.
2021-08-07 09:53:27 +02:00
Vincent Bernat
b77d74171e
dimmer: tentative to not use cairo_create() which is deprecated
...
However, this does not work...
2021-08-07 09:49:47 +02:00
Vincent Bernat
ce96bd5b32
dimmer: don't set wmclass
...
Gtk automatically does that.
2021-08-07 09:30:39 +02:00
Vincent Bernat
bfda96a86c
dimmer: integration into main loop
...
Just for fun.
2021-08-07 09:25:37 +02:00
Vincent Bernat
3aa4d9686c
dimmer: quit when i3lock window is ready
2021-08-07 08:48:01 +02:00
Vincent Bernat
b05514177f
dimmer: remove previous tentative to detect i3lock
2021-08-06 21:57:23 +02:00
Vincent Bernat
ad1fa52a73
dimmer: try to quit when i3lock window appear
...
Using Wnck, we could be able to detect i3lock window. However, being
unmanaged, it is not detected...
2021-08-06 21:56:16 +02:00
Vincent Bernat
22262cce1c
spotify: don't sort clients when cleaning up
...
It seems that the ID is not strictly increasing.
2021-08-06 14:33:31 +02:00
Vincent Bernat
45e503f017
i3-companion: keep a bit more history for workspace switcher
...
Useful if we make a workspace disappear.
2021-08-06 10:45:27 +02:00
Vincent Bernat
c96c93ac02
i3-companion: make other browsers exclusive as well
2021-08-06 08:09:22 +02:00