Start Hyprland using uwsm
Still a few broken bits to get working again (1Password on startup, hyprsunset control), but the important stuff is functional
This commit is contained in:
parent
66c5bad209
commit
dcc74af714
14 changed files with 92 additions and 90 deletions
19
systemd/eww-bars.service
Normal file
19
systemd/eww-bars.service
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Unit]
|
||||
Description=My custom status bar(s)
|
||||
After=graphical-session.target
|
||||
After=swww-daemon.service
|
||||
Requires=eww-daemon.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
{% if host.name == "chonk" %}
|
||||
ExecStart=eww open-many left right
|
||||
{% else %}
|
||||
ExecStart=eww open laptop
|
||||
{% endif %}
|
||||
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" ""
|
||||
Restart=on-failure
|
||||
Slice=background-graphical.slice
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
Loading…
Add table
Add a link
Reference in a new issue