Find mpris module, better emojis etc
parent
43a28bfb4b
commit
9f4d66705e
|
@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
||||||
|
|
||||||
# start rofi (a program launcher)
|
# start rofi (a program launcher)
|
||||||
bindsym $mod+d exec rofi -show run
|
bindsym $mod+d exec rofi -show run
|
||||||
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral
|
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave"
|
||||||
|
|
||||||
# just lock the screen
|
# just lock the screen
|
||||||
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
||||||
|
|
|
@ -132,7 +132,7 @@ bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
||||||
|
|
||||||
# start rofi (a program launcher)
|
# start rofi (a program launcher)
|
||||||
bindsym $mod+d exec rofi -show run
|
bindsym $mod+d exec rofi -show run
|
||||||
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral
|
bindsym $mod+Shift+d exec rofimoji --skin-tone neutral --selector-args "-kb-custom-1 Control+ampersand -kb-custom-2 Control+eacute -kb-custom-3 Control+quotedbl -kb-custom-4 Control+apostrophe -kb-custom-5 Control+parenleft -kb-custom-6 Control+minus -kb-custom-7 Control+egrave -kb-custom-8 Control+underscore -kb-custom-9 Control+ccedilla -kb-custom-10 Control+agrave"
|
||||||
|
|
||||||
# just lock the screen
|
# just lock the screen
|
||||||
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
||||||
|
|
|
@ -125,7 +125,7 @@ modules-right = ${variables.bottom_right}
|
||||||
[module/player-mpris]
|
[module/player-mpris]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
||||||
tail = true
|
tail = false
|
||||||
interval = 10
|
interval = 10
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
|
|
|
@ -69,7 +69,7 @@ modules-right = ${variables.bottom_right}
|
||||||
[module/player-mpris]
|
[module/player-mpris]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
||||||
tail = true
|
tail = false
|
||||||
interval = 10
|
interval = 10
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
|
|
Loading…
Reference in New Issue