Commit graph

115 commits

Author SHA1 Message Date
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
e125b64e73 polybar: don't use 0-padded day of month 2021-08-01 07:59:58 +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
2477cce999 easyeffects: ensure it stays running in background 2021-07-31 13:09:30 +02:00
Vincent Bernat
fc89296cd8 xsession: load some settings using dconf 2021-07-31 13:07:49 +02:00
Vincent Bernat
e4489699c7 systemd: add easyeffects 2021-07-31 12:52:27 +02:00
Vincent Bernat
c070fdf0eb xsession: simplify dotfiles linking
We only have one target.
2021-07-30 23:43:31 +02:00
Vincent Bernat
0aaed92dce xsession: simplify sourcing of environment variables 2021-07-30 23:41:21 +02:00
Vincent Bernat
0e1366a77a picom: make tooltips opaque 2021-07-29 12:07:22 +02:00
Vincent Bernat
2859f49eb2 firefox: make interface more compact 2021-07-29 07:38:47 +02:00
Vincent Bernat
772700e7a2 i3: disable CSD in i3 configuration
OK, not a fan of using LD_PRELOAD which may break at some point, may
not apply to Flatpaks, etc. Try a bit the workaround in i3
configuration and we will use preload if it's not enough.
2021-07-28 09:02:48 +02:00
Vincent Bernat
4929b9c61d xsession: disable CSD using LD_PRELOAD 2021-07-28 09:00:06 +02:00
Vincent Bernat
4ace8ac9a3 i3: disable GTK CSD in xsession 2021-07-28 08:53:31 +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
1f61b8b208 dunst: don't push back on full screen 2021-07-23 11:15:59 +02:00
Vincent Bernat
f40da7fd87 dunst: use rofi for context menu 2021-07-22 12:54:22 +02:00
Vincent Bernat
a03d67bd38 picom: handle transparency corrected for tabbed windows 2021-07-22 12:23:40 +02:00
Vincent Bernat
78866d87df polybar: switch to Iosevka Aile 2021-07-21 17:47:52 +02:00
Vincent Bernat
81380633de rofi-wifi: add a menu to connect to wifi 2021-07-21 08:55:38 +02:00
Vincent Bernat
ef77d239b1 rofi: use em instead of px
px are device pixels, not CSS pixels
2021-07-21 00:12:11 +02:00
Vincent Bernat
e0fea39d47 rofi: switch to Iosevka Aile
No need for monospace.
2021-07-20 23:55:03 +02:00
Vincent Bernat
99de0bc1fd i3: replace media player mode by rofi 2021-07-20 22:33:02 +02:00
Vincent Bernat
110db5aa34 rofi: update to 1.6.1 2021-07-20 22:03:50 +02:00
Vincent Bernat
802bac72a0 rofi: small tweak to theme 2021-07-20 19:57:06 +02:00
Vincent Bernat
c339655b4d dunst: use a snapshot from dunst able to do proper path lookup icon
See dc7e456f03.
2021-07-18 19:32:49 +02:00
Vincent Bernat
fa94dabe58 rofi: format error message same as message 2021-07-18 17:27:00 +02:00
Vincent Bernat
45bb6c3194 i3: switch to rofi for running apps 2021-07-17 22:13:00 +02:00
Vincent Bernat
6bcfe92d2f polybar: simplify date display 2021-07-17 20:32:33 +02:00
Vincent Bernat
333c32e7df firefox: allow autoplay of muted video
This is unfair to other formats like GIF.
2021-07-17 12:41:59 +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
2fd855e191 i3-companion: push bluetooth status to polybar 2021-07-16 00:52:54 +02:00
Vincent Bernat
1ee8138fbf firefox: mention Firefox 91 as fixing the dark/light mix 2021-07-15 18:57:36 +02:00
Vincent Bernat
e4adc69a71 firefox: mention patch about dark theme/light pages 2021-07-14 20:41:19 +02:00
Vincent Bernat
8cb90e03da firefox: don't resist fingerprinting
So many stuff are breaking, including switching tabs use Alt+N. Switch
back to systemUsesDarkTheme 0 for the moment...
2021-07-14 19:01:53 +02:00
Vincent Bernat
011cb957c4 firefox: use resist finger printing to get light themed pages 2021-07-14 18:15:27 +02:00
Vincent Bernat
5c84aff92b firefox: firefox now auto detect the theme and lying mangle stuff
See https://bugzilla.mozilla.org/show_bug.cgi?id=1720508
2021-07-14 18:07:51 +02:00
Vincent Bernat
ba28674f9b Revert "polybar: tentative to use Material Icons"
This reverts commit 4e152f0466. Not
worth it currently.
2021-07-14 17:33:19 +02:00
Vincent Bernat
4e152f0466 polybar: tentative to use Material Icons 2021-07-14 17:33:03 +02:00
Vincent Bernat
411120fdec polybar: allow scrolling through notification history 2021-07-14 17:20:49 +02:00
Vincent Bernat
295e13f1c4 polybar: display dunst state for notifications 2021-07-14 17:14:52 +02:00
Vincent Bernat
a44cd7dc54 polybar: use a different color for focused vs visible 2021-07-14 14:11:16 +02:00
Vincent Bernat
3d3f3bba71 polybar: make low battery symbol blink 2021-07-14 14:03:02 +02:00
Vincent Bernat
308d419468 polybar: remove ethernet module 2021-07-14 12:02:30 +02:00
Vincent Bernat
ad01c5feae polybar: reduce interval for battery and fs 2021-07-14 12:02:16 +02:00