index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Callum Andrew <cchloride8@gmail.com> | 2023-04-16 17:36:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-16 09:36:56 +0200 |
commit | 98f13ece6e99e32604e915c1e5e43527a7578346 (patch) | |
tree | 62cbb376a5840cc9627080ecbaa8c89d2f6b70dd /profiles/sway.py | |
parent | c241203ded21676354f8d3f589d2f8b5fa5e0c36 (diff) |
-rw-r--r-- | profiles/sway.py | 3 |
diff --git a/profiles/sway.py b/profiles/sway.py index 4716fe78..f69f73ce 100644 --- a/profiles/sway.py +++ b/profiles/sway.py @@ -12,11 +12,12 @@ is_top_level_profile = False __packages__ = [ "sway", + "swaybg", "swaylock", "swayidle", "waybar", "dmenu", - "light", + "brightnessctl", "grim", "slurp", "pavucontrol", |