Update config
This commit is contained in:
parent
9cc0c12647
commit
c9186206bb
3 changed files with 5 additions and 5 deletions
|
|
@ -17,4 +17,4 @@ exec_always --no-startup-id $HOME/.screenlayout/main.sh
|
|||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec --no-startup-id nitrogen --restore &
|
||||
|
||||
exec --no-startup-id sleep 1 && systemctl --user restart dunst && notify-send "Welcome back..."
|
||||
exec --no-startup-id sleep 1 && notify-send "Welcome back..."
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ tail = true
|
|||
# You can copy-paste your options for each possible action, which is more
|
||||
# trouble-free but repetitive, or apply only the relevant ones (for example
|
||||
# --node-blacklist is only needed for next-node).
|
||||
exec = pulseaudio-control --icons-volume " , " --icon-muted " " --node-nicknames-from "device.description" --node-nickname "alsa_output.usb-Lautsprecher_Teufel_GmbH_Teufel_CINEBAR_ONE_ABCDEF0123456789-00.analog-stereo: " --node-nickname "alsa_output.usb-Razer_Razer_Nari-00.pro-output-1: " listen
|
||||
exec = pulseaudio-control --icons-volume " , " --icon-muted " " --node-nicknames-from "device.nick" --node-nickname "alsa_output.pci-0000_08_00.0.iec958-ac3-surround-51.monitor:Speaker" --node-nickname "alsa_output.usb-Razer_Razer_Nari-00.pro-output-1: " listen
|
||||
click-middle = exec pavucontrol &
|
||||
click-right = pulseaudio-control togmute
|
||||
click-left = pulseaudio-control --node-blacklist "alsa_output.usb-Razer_Razer_Nari-00.pro-output-0" next-node
|
||||
|
|
@ -166,7 +166,7 @@ scroll-down = pulseaudio-control --volume-max 100 down
|
|||
|
||||
[module/music-player]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:{artist}:}{:artist: - :}{title}' --icon-playing --icon-paused --icon-stopped --icon-none
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:{artist}:}{:artist: - :}{title}' --icon-playing --icon-paused --icon-stopped --icon-none
|
||||
tail = true
|
||||
click-left = ~/.config/polybar/scripts/player-mpris-tail.py play-pause &
|
||||
click-right = ~/.config/polybar/scripts/player-mpris-tail.py next &
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<channel name="thunar" version="1.0">
|
||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
<property name="last-window-width" type="int" value="3408"/>
|
||||
<property name="last-window-height" type="int" value="1347"/>
|
||||
<property name="last-window-width" type="int" value="1696"/>
|
||||
<property name="last-window-height" type="int" value="1368"/>
|
||||
<property name="last-window-maximized" type="bool" value="false"/>
|
||||
<property name="last-separator-position" type="int" value="170"/>
|
||||
<property name="misc-single-click" type="bool" value="false"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue