update
parent
c41e6afe40
commit
3642e37184
|
@ -97,7 +97,6 @@ unset use_color safe_term match_lhs sh
|
||||||
alias cp="cp -i" # confirm before overwriting something
|
alias cp="cp -i" # confirm before overwriting something
|
||||||
alias df='df -h' # human-readable sizes
|
alias df='df -h' # human-readable sizes
|
||||||
alias free='free -m' # show sizes in MB
|
alias free='free -m' # show sizes in MB
|
||||||
alias np='nano -w PKGBUILD'
|
|
||||||
alias more=less
|
alias more=less
|
||||||
alias mc='. /usr/lib/mc/mc-wrapper.sh'
|
alias mc='. /usr/lib/mc/mc-wrapper.sh'
|
||||||
|
|
||||||
|
|
|
@ -422,7 +422,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-h">
|
<keybind key="W-h">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>exo-open --launch TerminalEmulator bpytop</command>
|
<command>exo-open --launch TerminalEmulator btop</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-x">
|
<keybind key="W-x">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<b><tt> super-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
<b><tt> super-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
||||||
<b><tt> super-e </tt></b> <i> Text Editor</i>,geany
|
<b><tt> super-e </tt></b> <i> Text Editor</i>,geany
|
||||||
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
||||||
<b><tt> super-h </tt></b> <i> Bpytop resource monitor</i>,^term(bpytop)
|
<b><tt> super-h </tt></b> <i> Btop resource monitor</i>,^term(btop)
|
||||||
<b><tt> super-/ </tt></b> <i> File Search</i>,fsearch
|
<b><tt> super-/ </tt></b> <i> File Search</i>,fsearch
|
||||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||||
<b><tt> super-v </tt></b> <i> Volume control</i>,pavucontrol
|
<b><tt> super-v </tt></b> <i> Volume control</i>,pavucontrol
|
||||||
|
|
|
|
@ -1,57 +0,0 @@
|
||||||
browser exo-open --launch WebBrowser %u
|
|
||||||
player mpv
|
|
||||||
auto-reload no
|
|
||||||
cleanup-on-quit no
|
|
||||||
notify-always yes
|
|
||||||
notify-format "%n nieprzeczytanych wiadomości %f nieprzeczytanych kanałów"
|
|
||||||
notify-program notify-send
|
|
||||||
reload-time 20
|
|
||||||
|
|
||||||
|
|
||||||
bind-key LEFT quit
|
|
||||||
bind-key RIGHT open
|
|
||||||
|
|
||||||
color background white black
|
|
||||||
color listnormal color242 black
|
|
||||||
color listfocus black color2
|
|
||||||
color listnormal_unread color250 black bold
|
|
||||||
color listfocus_unread black color2 bold
|
|
||||||
color info white color22 bold
|
|
||||||
color article white black
|
|
||||||
|
|
||||||
macro m set browser "newsboat-mpv.sh %u"; open-in-browser ; set browser "exo-open --launch WebBrowser %u"
|
|
||||||
|
|
||||||
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
|
|
||||||
|
|
||||||
#highlight feedlist "^ *[0-9]+ *N " color156 default
|
|
||||||
#highlight articlelist "^ *[0-9]+ *N " color156 default
|
|
||||||
|
|
||||||
#highlight article "(^Kanał:.*|^Tytuł:.*|^Autor:.*)" color75 default
|
|
||||||
#highlight article "(^Odsyłacz:.*|^Data:)" color74 default
|
|
||||||
#highlight article "^Podcast Download URL:.*" color71 default
|
|
||||||
#highlight article "^Odsyłacze:" yellow color240 underline
|
|
||||||
#highlight article "\\[[0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article ":.*\\(link\\)$" color74 default
|
|
||||||
#highlight article ":.*\\(image\\)$" color74 default
|
|
||||||
#highlight article ":.*\\(embedded flash\\)$" color74 default
|
|
||||||
|
|
||||||
#color listnormal white default
|
|
||||||
#color listfocus default color240
|
|
||||||
#color info default color240
|
|
||||||
|
|
||||||
color background color236 default
|
|
||||||
color listnormal color248 default
|
|
||||||
color listnormal_unread color6 default
|
|
||||||
color listfocus color236 color12
|
|
||||||
color listfocus_unread color15 color12
|
|
||||||
color info color248 color236
|
|
||||||
color article color248 default
|
|
||||||
highlight article "^(Fuente|Enlace):" color6 default bold
|
|
||||||
highlight article "^(Título):.*$" color6 default bold
|
|
||||||
highlight article "^(Fecha|Autor):" color6 default bold
|
|
||||||
highlight article "https?://[^ ]+" color10 default underline
|
|
||||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
|
||||||
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
|
|
||||||
highlight feedlist "^─.*$" color6 color236 bold
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
^sep()
|
||||||
|
Katalog Domowy,^pipe(jgbrowser ~),user-home
|
|
|
@ -5,7 +5,7 @@
|
||||||
<b><tt> super-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
<b><tt> super-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
||||||
<b><tt> super-e </tt></b> <i> Edytor tekstu</i>,geany
|
<b><tt> super-e </tt></b> <i> Edytor tekstu</i>,geany
|
||||||
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
||||||
<b><tt> super-h </tt></b> <i> Bpytop monitor zasobów</i>,^term(bpytop)
|
<b><tt> super-h </tt></b> <i> Btop monitor zasobów</i>,^term(btop)
|
||||||
<b><tt> super-/ </tt></b> <i> FSearch wyszukiwanie plików</i>,fsearch
|
<b><tt> super-/ </tt></b> <i> FSearch wyszukiwanie plików</i>,fsearch
|
||||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||||
<b><tt> super-v </tt></b> <i> Kontrola głośności</i>,pavucontrol
|
<b><tt> super-v </tt></b> <i> Kontrola głośności</i>,pavucontrol
|
||||||
|
|
|
|
@ -33,7 +33,7 @@ clock_cal clock_format %k:%M <span foreground="$A"><small>%S</small></span>
|
||||||
cpu enable 0
|
cpu enable 0
|
||||||
cpu smp_mode 0
|
cpu smp_mode 0
|
||||||
cpu enabled cpu 1
|
cpu enabled cpu 1
|
||||||
cpu launch cpu terminator -T "bpytop" -e bpytop
|
cpu launch cpu terminator -T "btop" -e btop
|
||||||
cpu tooltip_comment cpu bpytop
|
cpu tooltip_comment cpu bpytop
|
||||||
cpu extra_info cpu 1
|
cpu extra_info cpu 1
|
||||||
cpu chart_config cpu 60 100 1 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500
|
cpu chart_config cpu 60 100 1 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500
|
||||||
|
@ -118,7 +118,6 @@ uptime enable 1
|
||||||
uptime launch
|
uptime launch
|
||||||
uptime tooltip
|
uptime tooltip
|
||||||
gkrellmlaunch visible=1 label=Midnight_Commander cmd=terminator -T "Midnight Commander" -e mc
|
gkrellmlaunch visible=1 label=Midnight_Commander cmd=terminator -T "Midnight Commander" -e mc
|
||||||
gkrellmlaunch visible=1 label=RSS cmd=terminator -T "Newsboat" -x "newsboat"
|
|
||||||
gkrellmlaunch visible=1 label=PyRadio cmd=terminator -T "PyRadio" -x pyradio
|
gkrellmlaunch visible=1 label=PyRadio cmd=terminator -T "PyRadio" -x pyradio
|
||||||
gkrellmlaunch visible=1 label=TVP_Polonia cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=34776037 best
|
gkrellmlaunch visible=1 label=TVP_Polonia cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=34776037 best
|
||||||
gkrellmlaunch visible=1 label=TVP_PolandIn cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=39821455 best
|
gkrellmlaunch visible=1 label=TVP_PolandIn cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=39821455 best
|
||||||
|
|
|
@ -1,57 +0,0 @@
|
||||||
browser exo-open --launch WebBrowser %u
|
|
||||||
player mpv
|
|
||||||
auto-reload no
|
|
||||||
cleanup-on-quit no
|
|
||||||
notify-always yes
|
|
||||||
notify-format "%n nieprzeczytanych wiadomości %f nieprzeczytanych kanałów"
|
|
||||||
notify-program notify-send
|
|
||||||
reload-time 20
|
|
||||||
|
|
||||||
|
|
||||||
bind-key LEFT quit
|
|
||||||
bind-key RIGHT open
|
|
||||||
|
|
||||||
color background white black
|
|
||||||
color listnormal color242 black
|
|
||||||
color listfocus black color2
|
|
||||||
color listnormal_unread color250 black bold
|
|
||||||
color listfocus_unread black color2 bold
|
|
||||||
color info white color22 bold
|
|
||||||
color article white black
|
|
||||||
|
|
||||||
macro m set browser "newsboat-mpv.sh %u"; open-in-browser ; set browser "exo-open --launch WebBrowser %u"
|
|
||||||
|
|
||||||
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
|
|
||||||
|
|
||||||
#highlight feedlist "^ *[0-9]+ *N " color156 default
|
|
||||||
#highlight articlelist "^ *[0-9]+ *N " color156 default
|
|
||||||
|
|
||||||
#highlight article "(^Kanał:.*|^Tytuł:.*|^Autor:.*)" color75 default
|
|
||||||
#highlight article "(^Odsyłacz:.*|^Data:)" color74 default
|
|
||||||
#highlight article "^Podcast Download URL:.*" color71 default
|
|
||||||
#highlight article "^Odsyłacze:" yellow color240 underline
|
|
||||||
#highlight article "\\[[0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
|
|
||||||
#highlight article ":.*\\(link\\)$" color74 default
|
|
||||||
#highlight article ":.*\\(image\\)$" color74 default
|
|
||||||
#highlight article ":.*\\(embedded flash\\)$" color74 default
|
|
||||||
|
|
||||||
#color listnormal white default
|
|
||||||
#color listfocus default color240
|
|
||||||
#color info default color240
|
|
||||||
|
|
||||||
color background color236 default
|
|
||||||
color listnormal color248 default
|
|
||||||
color listnormal_unread color6 default
|
|
||||||
color listfocus color236 color12
|
|
||||||
color listfocus_unread color15 color12
|
|
||||||
color info color248 color236
|
|
||||||
color article color248 default
|
|
||||||
highlight article "^(Kanał|Odsyłacz):" color6 default bold
|
|
||||||
highlight article "^(Tytuł):.*$" color6 default bold
|
|
||||||
highlight article "^(Data|Autor):" color6 default bold
|
|
||||||
highlight article "https?://[^ ]+" color10 default underline
|
|
||||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
|
||||||
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
|
|
||||||
highlight feedlist "^─.*$" color6 color236 bold
|
|
|
@ -1,15 +0,0 @@
|
||||||
https://forum.maboxlinux.org/latest.rss
|
|
||||||
https://forum.maboxlinux.org/posts.rss
|
|
||||||
https://forum.manjaro.pl/latest.rss
|
|
||||||
https://forum.manjaro.pl/posts.rss
|
|
||||||
|
|
||||||
# Manjaro
|
|
||||||
https://forum.manjaro.org/c/announcements/stable-updates.rss "~MANJARO: Aktualizacje stable"
|
|
||||||
|
|
||||||
|
|
||||||
# Arch
|
|
||||||
https://www.archlinux.org/feeds/packages/added/ "~ARCH: Dodane pakiety"
|
|
||||||
https://aur.archlinux.org/rss/ "~ARCH: Dodane pakiety (AUR)"
|
|
||||||
|
|
||||||
# Youtube example
|
|
||||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg "~Youtube: DistroTube"
|
|
Loading…
Reference in New Issue