Commit graph

1582 commits

Author SHA1 Message Date
Vincent Bernat
91cb3fc6f2 polybar: put back correct icon for CPU 2021-12-19 12:37:41 +01:00
Vincent Bernat
2fdafc8d3a polybar: sanitize a bit more untrusted inputs 2021-12-19 12:36:00 +01:00
Vincent Bernat
eb55cf3e84 firefox: more prefs 2021-12-19 01:09:44 +01:00
Vincent Bernat
7c5ad89f94 polybar: don't reserve space for battery percentage
Usually, it does not move fast, unlike other percentage values.
2021-12-18 10:37:35 +01:00
Vincent Bernat
99ac88e907 i3: harmonize colors
border = background = child_border
indicator is toned down
2021-12-18 10:34:46 +01:00
Vincent Bernat
5da755a496 polybar-weather: add a timeout to requests 2021-12-15 22:53:35 +01:00
Vincent Bernat
4d350646c0 xsecurelock: cast a shadow instead of using an outline 2021-12-14 07:33:34 +01:00
Vincent Bernat
e191460f50 xsecurelock: thicker outline 2021-12-14 07:04:10 +01:00
Vincent Bernat
de640112eb xsecurelock: use an outline again
But ensure it's not too visible when it's not needed
2021-12-13 23:24:11 +01:00
Vincent Bernat
0ac37ce34d xsecurelock: increase readibility on light backgronds
Yes, I have some of them. No outline.
2021-12-13 22:49:43 +01:00
Vincent Bernat
76dfac0d99 xss-dimmer/xsecurelock: handle case where background is too small 2021-12-13 21:20:58 +01:00
Vincent Bernat
de2c9879bc xsecurelock: don't use bold for date 2021-12-13 21:07:00 +01:00
Vincent Bernat
53c5ecdfb2 xss-dimmer: correctly handle opacity
We were using operator source which does not compose using opacity.
2021-12-13 18:38:47 +01:00
Vincent Bernat
e44313b596 picom: don't alter opacity of xss-dimmer 2021-12-13 18:33:36 +01:00
Vincent Bernat
71040f3299 xsecurelock: remove outline
Is that really useful? It's unlikely for a background to be very
bright.
2021-12-13 18:27:06 +01:00
Vincent Bernat
47d8d3cce7 xsecurelock: also display current date 2021-12-13 18:23:22 +01:00
Vincent Bernat
4296864f7c firefox: more VAAPI decoding
This reverts commit 97024a1f0b. The
problem was not related to this configuration but to a bug in Firefox.
2021-12-12 08:12:14 +01:00
Vincent Bernat
560d3b71c6 doc: no more notification before locking 2021-12-11 12:56:33 +01:00
Vincent Bernat
a22d76b76a i3: use a variable for border pixel 2021-12-10 19:11:26 +01:00
Vincent Bernat
dbb91c3aa0 i3: put back border pixel for Zoom when floating is reenabled 2021-12-10 19:10:10 +01:00
Vincent Bernat
66d0e34afc xsecurelock: no transparency 2021-12-10 19:09:09 +01:00
Vincent Bernat
e83743f6f9 i3: alignment 2021-12-10 15:09:41 +01:00
Vincent Bernat
3f5a8876a1 xsecurelock: add docstrings 2021-12-10 14:09:00 +01:00
Vincent Bernat
37d05ee2e5 i3: border pixel 0 for floating zoom windows 2021-12-10 11:14:17 +01:00
Vincent Bernat
11d638dbe6 xsecurelock: mental note on how to add video 2021-12-10 09:35:47 +01:00
Vincent Bernat
9beed1de33 xss-dimmer: invert outline drawing 2021-12-09 23:10:56 +01:00
Vincent Bernat
505786cefe xsecurelock: check clock more often
timeout_add is using a monotonic clock and therefore, we need to check
for updates more often.
2021-12-09 17:52:44 +01:00
Vincent Bernat
2447dcb575 xsecurelock: delay clock and weather to speedup startup 2021-12-09 13:06:06 +01:00
Vincent Bernat
eeb7297389 xsecurelock: also display weather 2021-12-09 12:51:29 +01:00
Vincent Bernat
5c5a4691f3 doc: rofi 1.7.1 is in Debian unstable 2021-12-09 08:56:19 +01:00
Vincent Bernat
2c4f2fb431 xsecurelock: reduce timeout for authentication dialog 2021-12-09 08:35:23 +01:00
Vincent Bernat
09e57c6534 xsecurelock: don't mess with X blank state 2021-12-09 07:15:12 +01:00
Vincent Bernat
1f54357d40 xsecurelock: put clock a bit above to not be covered by login prompt 2021-12-08 22:04:01 +01:00
Vincent Bernat
2f1691f9d2 xsecurelock: reduce code duplication 2021-12-08 21:16:21 +01:00
Vincent Bernat
c319ffae21 xsecurelock: when unable to refresh background, do nothing 2021-12-08 21:14:37 +01:00
Vincent Bernat
e54d253f6c xsecurelock: avoid black flash
This is not yet supported by xsecurelock.
2021-12-08 21:13:43 +01:00
Vincent Bernat
7516189fc7 xsecurelock: suppress debug print 2021-12-08 20:29:54 +01:00
Vincent Bernat
efd887f51a xss-dimer: blacken 2021-12-08 19:43:59 +01:00
Vincent Bernat
ba8d708a93 xsecurelock: keep scale in check 2021-12-08 19:43:26 +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
237fc329bc xsecurelock: display a clock 2021-12-08 18:25:15 +01:00
Vincent Bernat
2b94a98c91 xsecurelock: monitor background change 2021-12-08 17:21:01 +01:00
Vincent Bernat
4997db033a xsecurelock: replace i3lock
Currently, there is nothing "new". But I plan to do more at some point.
2021-12-08 17:21:01 +01:00
Vincent Bernat
a4bd93b969 xss-dimmer: seperate timer handling from drawing 2021-12-08 00:28:47 +01:00
Vincent Bernat
77c1503555 wallpaper: use XDG_RUNTIME_DIR 2021-12-07 19:53:36 +01:00
Vincent Bernat
a53d0a3d82 i3: add back workarounds for zoom notifications 2021-12-05 09:47:45 +01:00
Vincent Bernat
c4f86c8381 i3: remove zoom rules
Like many proprietary app, Zoom is pretty good at not setting
properties before mapping the window...
2021-12-04 15:09:37 +01:00
Vincent Bernat
6e0c8697cd i3: tentative for zoom popups to be floatin/no focus 2021-12-04 10:19:22 +01:00
Vincent Bernat
b9827ab33c polybar: use cat-in-space for CPU 2021-11-30 17:31:01 +01:00
Vincent Bernat
e6a82ab0a2 xss-dimmer: change default easing function 2021-11-29 23:03:04 +01:00