Fix some stuff
This commit is contained in:
parent
0dbe93759a
commit
b149bf4ee8
7 changed files with 21 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
alias .f='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias .f='git --git-dir="$HOME/.dotfiles" --work-tree="$HOME"'
|
||||
|
||||
alias aliases='$EDITOR ~/.config/aliasrc && . ~/.config/aliasrc'
|
||||
alias aliases.local='$EDITOR ~/.config/aliasrc.local && . ~/.config/aliasrc'
|
||||
|
|
|
@ -48,7 +48,7 @@ export OPENFAAS_URL="https://faas.serguzim.me"
|
|||
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
|
||||
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
export PATH="$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.bin"
|
||||
export PATH="$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.bin:$HOME/.local/share/JetBrains/Toolbox/scripts"
|
||||
export PS1='\$ '
|
||||
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
type = custom/script
|
||||
exec = $HOME/.config/polybar/scripts/player-mpris-simple.sh
|
||||
interval = 3
|
||||
click-left = playerctl previous &
|
||||
click-right = playerctl next &
|
||||
click-middle = playerctl play-pause &
|
||||
click-left = playerctl -p spotifyd previous &
|
||||
click-right = playerctl -p spotifyd next &
|
||||
click-middle = playerctl -p spotifyd play-pause &
|
||||
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = ${colors.green}
|
||||
|
|
|
@ -7,7 +7,7 @@ common.init(c)
|
|||
|
||||
c.auto_save.session = True
|
||||
|
||||
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
|
||||
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
|
||||
|
||||
import socket
|
||||
if socket.gethostname() == 'portalo':
|
||||
|
|
|
@ -40,10 +40,10 @@ XF86AudioNext
|
|||
XF86AudioPrev
|
||||
playerctl prev
|
||||
XF86AudioRaiseVolume
|
||||
playerctl volume 0.1+
|
||||
playerctl -p spotifyd volume 0.1+
|
||||
#mpc volume +1
|
||||
XF86AudioLowerVolume
|
||||
playerctl volume 0.1-
|
||||
playerctl -p spotifyd volume 0.1-
|
||||
#mpc volume -1
|
||||
#XF86AudioMute
|
||||
# mpc toggleoutput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue