Commit graph

1651 commits

Author SHA1 Message Date
Vincent Bernat
6b99daccaa xsession: create GTK bookmarks from Zsh configuration 2022-04-07 22:38:39 +02:00
Vincent Bernat
3f312ed417 i3-companion: get battery level from BlueZ
This is made available with PulseAudio 16, exposed to BlueZ with
experimental support. Also available in upower, but we are already
interacting with BlueZ, so...
2022-04-07 17:52:40 +02:00
Vincent Bernat
4cc25a371c firefox: mention bug that makes VA-API not working at all
:-/
2022-04-07 11:04:05 +02:00
Vincent Bernat
9ba3f624d1 i3-companion: reduce a bit the code to query battery status 2022-03-31 09:22:47 +02:00
Vincent Bernat
fcd75c38b4 i3-companion: let @retry decorator handle exception for battery 2022-03-29 07:56:02 +02:00
Vincent Bernat
f439a62b1c i3-companion: schedule bluetooth battery update even on failures 2022-03-28 11:42:34 +02:00
Vincent Bernat
0ed90e0f85 i3-companion: make a note to check when PA16 is released 2022-03-27 09:05:24 +02:00
Vincent Bernat
5d85f8db80 i3-companion: cleaner way to format bluetooth widget 2022-03-26 22:34:52 +01:00
Vincent Bernat
6e7d529abf i3-companion: avoid invoking bluetooth_status() without creating a task 2022-03-26 21:02:20 +01:00
Vincent Bernat
14604234f1 i3-companion: fix bluetooth battery refresh 2022-03-26 19:30:48 +01:00
Vincent Bernat
87b9d9739e i3-companion: hack to get battery level on Bose QC35 II 2022-03-26 19:15:27 +01:00
Vincent Bernat
3f915404a8 i3-companion: handle absence of Bluetooth class on a device
This seems to happen on first pairing.
2022-03-16 19:54:55 +01:00
Vincent Bernat
f128c10012 i3-companion: document polybar wire-format 2022-03-11 09:29:01 +01:00
Vincent Bernat
9cc40b8755 i3-companion: use new protocol format
It's simple enough and I don't want to spawn a polybar-msg. Maybe at a
later point, we may be smarter. The problem with the old socket is
that if you send messages fast enough on it, polybar may believe they
are one message since it is not length-encoded on its side and it's a
simple FIFO file (so no message boundaries). Dunno why I didn't get a
problem until now.
2022-03-11 09:20:15 +01:00
Vincent Bernat
c56649ca95 picom: update firefox rule for not using blur background on menus 2022-03-11 00:01:01 +01:00
Vincent Bernat
1961564b0d i3-companion: icon for virt-manager 2022-03-10 18:19:25 +01:00
Vincent Bernat
9a8831ffdf firefox: remove outdated settings 2022-03-08 15:40:31 +01: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
35c275e466 picom: reduce transparency of all menus to improve readibility 2022-03-03 23:10:07 +01:00
Vincent Bernat
ac47c8be9c i3: restrict rules for Chromium/Firefox sharing indicator to floating windows
This seems safer.
2022-02-28 12:33:43 +01:00
Vincent Bernat
effdf7dd95 i3: apply same style for Chrome sharing indicator 2022-02-28 11:43:15 +01:00
Vincent Bernat
d9a4b7c2d5 Revert "xss-lock: temporarily disable off state"
This reverts commit a15c6b410f. No
change on my problem...
2022-02-17 16:08:31 +01:00
Vincent Bernat
a15c6b410f xss-lock: temporarily disable off state 2022-02-14 10:50:02 +01:00
Vincent Bernat
9eb153f283 picom: use the one from Debian unstable 2022-02-07 08:47:49 +01:00
Vincent Bernat
14d0f726b3 doc: picom using the v9 tag 2022-02-05 12:30:26 +01:00
Vincent Bernat
4af98c2589 music: replace Spotify by Deezer 2022-01-31 23:33:09 +01:00
Vincent Bernat
0ee6cfafe8 picom: Zoom changing names of stuff 2022-01-27 10:36:29 +01:00
Vincent Bernat
e98a489dd8 firefox: update for Firefox 96 2022-01-22 07:57:28 +01:00
Vincent Bernat
afc381b210 Revert "dunst: make the 1.7.0 migration"
This reverts commit a81a2ba169. Well, I
am happy with my version which works fine and is using higher scale
icons.
2022-01-18 09:48:13 +01:00
Vincent Bernat
a81a2ba169 dunst: make the 1.7.0 migration
Keep using master as I want the scaling fix for icons, not in 1.7.3.
2022-01-18 09:43:57 +01:00
Vincent Bernat
4e53544290 dunst: remove deprecated settings 2022-01-18 09:32:50 +01:00
Vincent Bernat
d1d85b2bca systemd: remove unused unit 2022-01-18 07:36:45 +01:00
Vincent Bernat
8965d66b7b doc: update self-compiled dependencies 2022-01-18 07:36:19 +01:00
Vincent Bernat
c8e2390995 xsecurelock: give a slight advantage to the left screen as a leader 2022-01-13 21:38:33 +01:00
Vincent Bernat
2dd8caaaea i3-companion: fix monospace use when displaying workspace info 2022-01-12 12:25:18 +01:00
Vincent Bernat
9e62ef11fb firefox: keep Emacs keybindings in Firefox 96 2022-01-12 09:45:12 +01:00
Vincent Bernat
8fbc2560df xsecurelock: only display clock and weather on one screen
Relying on position is weak. Use an abstract Unix socket to take some
kind of lock and declare a leader.
2022-01-09 12:28:04 +01:00
Vincent Bernat
943445d31f i3: make indicator border color more visible
This was too subtle!
2022-01-09 00:37:02 +01:00
Vincent Bernat
e1e30cc105 rofi-mediaplayer: allow to quit with Super+Escape as well as Escape 2022-01-07 23:29:56 +01:00
Vincent Bernat
f00dbb1fb4 rofi-mediaplayer: use -kb-custom instead of -kb-select
With -kb-select, we could enter a string, then Super+z would select
the first entry and not the previous keybinding.
2022-01-07 23:27:41 +01:00
Vincent Bernat
6ff4540f50 picom: make firefox menu less transparent since we cannot apply blur 2022-01-03 20:27:05 +01:00
Vincent Bernat
eaa0480d9f picom: explain what _GTK_FRAME_EXTENTS is
Short story: i3 does not support them, so GTK shouldn't use them.
2022-01-03 20:04:58 +01:00
Vincent Bernat
ccf4306ba9 firefox: tell what can be removed from Firefox 97 2022-01-03 08:45:39 +01:00
Vincent Bernat
64f41c4825 xsecurelock: only display weather on first screen 2021-12-31 22:16:18 +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
8162fb5318 picom: more Zoom fixes 2021-12-30 14:26:06 +01:00
Vincent Bernat
5582301cc0 picom: fix Zoom sharing window 2021-12-30 14:24:23 +01:00
Vincent Bernat
a2d62dc47c xss-lock: do not stop saver when DPMS kicks in
I have another issue on neo's resume. Let's investigate.
2021-12-28 23:18:52 +01:00
Vincent Bernat
3376c9b762 gtk: add ctrl-u, remove ctrl-d and alt-d (never used them) 2021-12-27 23:58:58 +01:00