added bluetooth menu, switched to supersonic for music
This commit is contained in:
parent
16f5a769f6
commit
1e1c2bbe64
@ -55,7 +55,7 @@ font-0 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12;2"
|
|||||||
|
|
||||||
modules-left = bspwm xwindow
|
modules-left = bspwm xwindow
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = music systray filesystem memory cpu wlan powermenu
|
modules-right = music systray filesystem memory cpu bluetooth wlan powermenu
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
; cursor-scroll = ns-resize
|
; cursor-scroll = ns-resize
|
||||||
@ -99,7 +99,7 @@ font-0 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12;2"
|
|||||||
|
|
||||||
modules-left = bspwm xwindow
|
modules-left = bspwm xwindow
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = music filesystem memory cpu wlan powermenu
|
modules-right = music filesystem memory cpu bluetooth wlan powermenu
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
; cursor-scroll = ns-resize
|
; cursor-scroll = ns-resize
|
||||||
@ -233,6 +233,15 @@ format-prefix = "cpu "
|
|||||||
format-prefix-foreground = ${colors.primary}
|
format-prefix-foreground = ${colors.primary}
|
||||||
label = %percentage:2%%
|
label = %percentage:2%%
|
||||||
|
|
||||||
|
[module/bluetooth]
|
||||||
|
type = custom/script
|
||||||
|
# exec = rofi-bluetooth --status
|
||||||
|
interval = 1
|
||||||
|
click-left = rofi-bluetooth &
|
||||||
|
format-prefix = "bt "
|
||||||
|
format-prefix-foreground = ${colors.primary}
|
||||||
|
label = rofi-bluetooth --status
|
||||||
|
|
||||||
[network-base]
|
[network-base]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interval = 5
|
interval = 5
|
||||||
|
@ -34,6 +34,10 @@ super + p
|
|||||||
super + shift + p
|
super + shift + p
|
||||||
rofi-rbw --prompt ' pw ' --selector-args '-font "JetBrainsMonoNL Nerd Font Mono" -monitor -1'
|
rofi-rbw --prompt ' pw ' --selector-args '-font "JetBrainsMonoNL Nerd Font Mono" -monitor -1'
|
||||||
|
|
||||||
|
# bluetooth menu
|
||||||
|
super + shift + b
|
||||||
|
rofi-bluetooth
|
||||||
|
|
||||||
# print screen
|
# print screen
|
||||||
Print
|
Print
|
||||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path"
|
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path"
|
||||||
@ -160,10 +164,10 @@ super + {Left,Down,Up,Right}
|
|||||||
#
|
#
|
||||||
|
|
||||||
super + space
|
super + space
|
||||||
playerctl --player=Feishin play-pause
|
playerctl --player=Supersonic play-pause
|
||||||
|
|
||||||
super + period
|
super + period
|
||||||
playerctl --player=Feishin next
|
playerctl --player=Supersonic next
|
||||||
|
|
||||||
super + comma
|
super + comma
|
||||||
playerctl --player=Feishin previous
|
playerctl --player=Supersonic previous
|
||||||
|
@ -46,7 +46,7 @@ Arch Linux + BSPWM
|
|||||||
- [neovim](https://neovim.io/) - ide/text editor
|
- [neovim](https://neovim.io/) - ide/text editor
|
||||||
|
|
||||||
### media
|
### media
|
||||||
- music: [feishin](https://github.com/jeffvli/feishin) + [jellyfin](https://jellyfin.org)
|
- music: [supersonic](https://github.com/dweymouth/supersonic) + [jellyfin](https://jellyfin.org)
|
||||||
|
|
||||||
### fun
|
### fun
|
||||||
- [cava](https://github.com/karlstav/cava) - music visualizer
|
- [cava](https://github.com/karlstav/cava) - music visualizer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user