Updates on Violet

This commit is contained in:
Kevin Alberts 2023-10-28 10:16:10 +02:00
parent 9976e7f144
commit b279b25846
4 changed files with 66 additions and 11 deletions

View file

@ -30,6 +30,20 @@ class Config(BaseConfig):
cmd_screenshot = "xfce4-screenshooter -r -c -d 1"
cmd_alt_screenshot = "xfce4-screenshooter -w -c -d 0"
# Keyboard commands
cmd_media_play = "playerctl -i kdeconnect play-pause"
cmd_media_next = "playerctl -i kdeconnect next"
cmd_media_mute = "pamixer -t"
cmd_media_volume_down = "pamixer -i 2"
cmd_media_volume_up = "pamixer -d 2"
# Display mode commands
cmd_monitor_mode_3s144 = "bash /home/kevin/.screenlayout/3scrns_144_rrot.sh"
cmd_monitor_mode_3s60 = "bash /home/kevin/.screenlayout/3scrns_60_rrot.sh"
cmd_monitor_mode_day = "bash /home/kevin/bin/monitor_day.sh"
cmd_monitor_mode_night = "bash /home/kevin/bin/monitor_night.sh"
cmd_monitor_mode_alt = "bash /home/kevin/bin/monitor_gamenight.sh"
# Commands
wallpaper_config_command = "/home/kevin/bin/wal-nitrogen-noupdate"
@ -121,8 +135,8 @@ class Config(BaseConfig):
volume_font = "Noto Sans"
volume_fontsize = 11
volume_theme_path = "/home/kevin/.config/qtile/kuro/resources/volume"
volume_pulse_sink = "alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo"
volume_pulse_sink2 = "alsa_output.pci-0000_0e_00.4.analog-stereo"
volume_pulse_sink = "alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo-output"
volume_pulse_sink2 = "alsa_output.pci-0000_0d_00.4.analog-stereo"
volume_is_bluetooth_icon = False
volume_update_interval = 0.2