mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +02:00
More configuration
Notably polybar
This commit is contained in:
parent
f306d92a0d
commit
662db00e36
8 changed files with 204 additions and 25 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue