mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 17:24:27 +02:00
More configuration
Notably polybar
This commit is contained in:
parent
f306d92a0d
commit
662db00e36
8 changed files with 204 additions and 25 deletions
|
@ -7,6 +7,7 @@ After=xsettingsd.service
|
|||
After=tmux.service
|
||||
After=ssh-agent.service
|
||||
Before=wallpaper.service
|
||||
Before=polybar.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
|
|
8
dotfiles/systemd/polybar.service
Normal file
8
dotfiles/systemd/polybar.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Status bar for i3
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.config/i3/bin/polybar
|
||||
ExecStop=/usr/bin/polybar-msg cmd quit
|
||||
Restart=on-failure
|
|
@ -2,17 +2,18 @@
|
|||
Description=X session
|
||||
BindsTo=graphical-session.target
|
||||
Wants=autorandr.service
|
||||
Wants=dunst.socket
|
||||
Wants=i3.service
|
||||
Wants=picom.service
|
||||
Wants=inputplug.service
|
||||
Wants=misc-x.service
|
||||
Wants=picom.service
|
||||
Wants=policykit-agent.service
|
||||
Wants=polybar.service
|
||||
Wants=pulseaudio.service
|
||||
Wants=redshift.service
|
||||
Wants=ssh-agent.service
|
||||
Wants=tmux.service
|
||||
Wants=wallpaper.timer
|
||||
Wants=xiccd.service
|
||||
Wants=xsettingsd.service
|
||||
Wants=xss-lock.service
|
||||
Wants=tmux.service
|
||||
Wants=ssh-agent.service
|
||||
Wants=pulseaudio.service
|
||||
Wants=dunst.socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue