build status notifications for volume and brightness
This commit is contained in:
parent
41aaa02156
commit
78dce1ecfa
11 changed files with 188 additions and 93 deletions
|
|
@ -22,7 +22,7 @@ stow ./
|
|||
|
||||
Install necessary software.
|
||||
```sh
|
||||
sudo dnf install fish niri waybar fuzzel mako swaylock swaybg swayidle alacritty
|
||||
sudo dnf install fish niri brightnessctl waybar fuzzel mako swaylock swaybg swayidle alacritty
|
||||
```
|
||||
|
||||
Change the shell to `fish`.
|
||||
|
|
@ -51,6 +51,13 @@ Install the packages.
|
|||
sudo dnf install qt6-qtbase-devel qt6-qtbase-static qt6-qt3d-devel harfbuzz-devel qt6-qtsvg-devel qt6-qtspeech-devel
|
||||
```
|
||||
|
||||
### LuaKit
|
||||
Build the develop branch of [Luakit](https://github.com/luakit/luakit).
|
||||
Install the packages.
|
||||
```sh
|
||||
sudo dnf install gtk3-devel webkit2gtk4.1-devel sqlite3pp-devel luajit-devel lua5.1-filesystem
|
||||
```
|
||||
|
||||
### mpd
|
||||
Install mpd.
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue