Compare commits

...

3 Commits

Author SHA1 Message Date
Pavle Portic c9228ac8b8
Add wifi alias 2024-04-25 12:18:22 +02:00
Pavle Portic 3250ff192d
Add ETH price to bumblebee 2024-04-25 12:17:55 +02:00
Pavle Portic 401e01dae1
Add gqrx icon 2024-04-25 12:17:55 +02:00
3 changed files with 6 additions and 1 deletions

View File

@ -46,6 +46,7 @@ alias unbound='cd /opt/docker/unbound; dcrestart; -'
alias virtualenv='python -m venv'
alias wgdown='sudo wg-quick down wg0'
alias wgup='sudo wg-quick up wg0'
alias wifi='nmcli radio wifi'
# Git aliases
alias gdp='g lg $(gtv T -n1)..main | grep -v "<Flux>"'

View File

@ -1,11 +1,14 @@
[core]
modules=playerctl, dunst, {{ .bumblebee.modules }} sensors, pulsein, pulseout, date, time
modules=playerctl, getcrypto, dunst, {{ .bumblebee.modules }} sensors, pulsein, pulseout, date, time
autohide=#comma-separated list of modules to hide, unless in warning/error state
theme=gruvbox-powerline
[module-parameters]
workspacewheel=False
popup_font_size=14
getcrypto.interval=300
getcrypto.getbtc=0
getcrypto.getltc=0
playerctl.args=-p tidal-hifi
playerctl.layout=playerctl.song,playerctl.prev,playerctl.pause,playerctl.next
playerctl.format={{`{{artist}}`}} - {{`{{title}}`}}

View File

@ -51,6 +51,7 @@ WINDOW_ICONS: dict[str, str] = {
'cutter': nf.icons['fa_bug'],
'darktable': nf.icons['md_camera'],
'discord': nf.icons['fa_comment'],
'dk.gqrx.gqrx': nf.icons['cod_radio_tower'],
'dwarf_fortress': nf.icons['fa_fort_awesome'],
'com.github.wwmm.easyeffects': nf.icons['fa_music'],
'evince': nf.icons['fa_file_pdf_o'],