Browse Source

Switch to tvolnoti

master
Arti Zirk 5 years ago
parent
commit
5076f9c5ad
  1. 8
      .bin/fakebluezplayer.py
  2. 12
      .config/sway/config
  3. 1
      .config/tvolnoti/themes

8
.bin/fakebluezplayer.py

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
#!/usr/bin/env python3
import dbus, time
bus = dbus.SystemBus()
media = dbus.Interface(bus.get_object("org.bluez", "/org/bluez/hci0"), 'org.bluez.Media1')
path = dbus.ObjectPath('/dummy_player')
media.RegisterPlayer(path, {})
while True: time.sleep(10000)

12
.config/sway/config

@ -21,7 +21,7 @@ font pango:Terminus 12 @@ -21,7 +21,7 @@ font pango:Terminus 12
set $bg "~/Pildid/background.png"
# Lock screen
set $lockcmd ~/.bin/swaylock.sh
set $lockcmd ~/.bin/swaylock.sh $bg
# Your preferred terminal emulator
set $term gnome-terminal
@ -50,8 +50,14 @@ exec xrdb -load ~/.Xresources @@ -50,8 +50,14 @@ exec xrdb -load ~/.Xresources
# Notification daemon
exec mako --default-timeout 10000
# Simple bar
exec rm /tmp/wobpipe; mkfifo /tmp/wobpipe && tail -f /tmp/wobpipe | wob
# Volume and Brightness notification
exec tvolnoti -n -T dark
# Monitor volume changes
exec pactl subscribe | grep --line-buffered "sink" | xargs -n1 sh -c 'tvolnoti-show $(amixer get Master | grep -Po "[0-9]+(?=%)" | tail -1)'
# Register a fake player in bluez so that volume control would work
exec ~/.bin/fakebluezplayer.py
# Polkit agent
exec ~/.bin/polkit-agent

1
.config/tvolnoti/themes

@ -0,0 +1 @@ @@ -0,0 +1 @@
/usr/share/tvolnoti/themes
Loading…
Cancel
Save