chore: change back to ncspot
This commit is contained in:
parent
fe8e3bdb5c
commit
a7457c8930
4 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
NUM=$(pactl list clients short | rg "spotify_player" | awk -F 'PipeWire' ' { print $1 } ' | tr -d ' \t\n')
|
NUM=$(pactl list clients short | rg "ncspot" | awk -F 'PipeWire' ' { print $1 } ' | tr -d ' \t\n')
|
||||||
CHANGE=$(pactl list sink-inputs short | rg "$NUM" | awk -F ' ' ' { print $1 }' | tr -d ' \t\n')
|
CHANGE=$(pactl list sink-inputs short | rg "$NUM" | awk -F ' ' ' { print $1 }' | tr -d ' \t\n')
|
||||||
pactl set-sink-input-volume "$CHANGE" "$1"
|
pactl set-sink-input-volume "$CHANGE" "$1"
|
||||||
VOLUME=$(pactl list sink-inputs | rg "$NUM" -A7 | rg "Volume:" | awk -F ' ' ' { print $5 }' | tr -d '%')
|
VOLUME=$(pactl list sink-inputs | rg "$NUM" -A7 | rg "Volume:" | awk -F ' ' ' { print $5 }' | tr -d '%')
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo $(playerctl -p spofity_player,%any metadata mpris:artUrl)
|
echo $(playerctl -p ncspot,%any metadata mpris:artUrl)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -210,4 +210,5 @@ exec-once=eww open bar
|
||||||
exec-once=element-desktop
|
exec-once=element-desktop
|
||||||
exec-once=firefox
|
exec-once=firefox
|
||||||
exec-once=streamdeck -n
|
exec-once=streamdeck -n
|
||||||
exec-once = copyq --start-server
|
exec-once=copyq --start-server
|
||||||
|
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
|
||||||
|
|
@ -126,9 +126,6 @@ end)
|
||||||
-- neovide paste
|
-- neovide paste
|
||||||
vim.g.neovide_input_use_logo = 1
|
vim.g.neovide_input_use_logo = 1
|
||||||
vim.api.nvim_set_keymap('i', '<C-S-V>', '<ESC>p<CR>I', { noremap = true, silent = true})
|
vim.api.nvim_set_keymap('i', '<C-S-V>', '<ESC>p<CR>I', { noremap = true, silent = true})
|
||||||
-- vim.api.nvim_set_keymap('!', '<D-v>', '<C-R>+', { noremap = true, silent = true})
|
|
||||||
-- vim.api.nvim_set_keymap('t', '<D-v>', '<C-R>+', { noremap = true, silent = true})
|
|
||||||
-- vim.api.nvim_set_keymap('v', '<D-v>', '<C-R>+', { noremap = true, silent = true})
|
|
||||||
|
|
||||||
-- gitui
|
-- gitui
|
||||||
map("n", "<leader>gg", function()
|
map("n", "<leader>gg", function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue