yey
This commit is contained in:
parent
78dce1ecfa
commit
c5167b9f54
5 changed files with 122 additions and 9 deletions
|
|
@ -5,4 +5,4 @@ set max_brightness (brightnessctl --class=backlight max)
|
|||
|
||||
set brightness (math --scale 0 --scale-mode round "($brightness / $max_brightness) * 100")
|
||||
|
||||
notify-send -c 'status' -h int:value:$brightness "Brightness: $brightness%"
|
||||
notify-send -c 'status' -h int:value:$brightness "Brightness" "$brightness%"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ set volume (string match -r '[0-9]+.[0-9]+' (wpctl get-volume @DEFAULT_AUDIO_SIN
|
|||
|
||||
set volume (math --scale 0 --scale-mode round "$volume * 100")
|
||||
|
||||
notify-send -c 'status' -h int:value:$volume "Volume: $volume%"
|
||||
notify-send -c 'status' -h int:value:$volume "Volume" "$volume%"
|
||||
|
|
|
|||
15
.local/share/applications/ardour8.desktop
Normal file
15
.local/share/applications/ardour8.desktop
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
Name=Ardour 8.12.0
|
||||
Comment=Record, mix and master audio
|
||||
Exec=systemd-inhibit --what=idle --who=ardour8 --why=Idle breaks audio --mode=block ardour8
|
||||
Icon=ardour8
|
||||
Terminal=false
|
||||
MimeType=application/x-ardour;
|
||||
Type=Application
|
||||
Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack;X-AudioEditing;
|
||||
StartupWMClass=Ardour
|
||||
X-NSM-Capable=true
|
||||
X-NSM-Exec=ardour8
|
||||
X-Desktop-File-Install-Version=0.28
|
||||
GenericName=Digital Audio Workstation
|
||||
X-GNOME-FullName=Ardour v8.12.0 (Digital Audio Workstation)
|
||||
Loading…
Add table
Add a link
Reference in a new issue