Skip to content

Commit

Permalink
update theme to 1.12.3-5, update i3blocks config for 1.5, update zath…
Browse files Browse the repository at this point in the history
…ura config for 0.4.3
  • Loading branch information
matoro committed Sep 8, 2019
1 parent c064e74 commit cd58bdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .config/i3blocks/config
@@ -1,4 +1,4 @@
command=/usr/lib/i3blocks/$BLOCK_NAME
command=/usr/lib/i3blocks/$BLOCK_NAME/$BLOCK_NAME

[mediaplayer]
command=mpc current || bash -c 'pacmd list-sink-inputs | egrep "state:|media.name" | grep "state: RUNNING" --after-context=1 | tail --lines=1 | tail --bytes=+16 | sed "s/^\"//g" | sed "s/\"$//g" | sed "s/ - mpv$//g"' || echo
Expand All @@ -24,23 +24,23 @@ interval=2
separator=false

[memory]
label=
label=
separator=false
interval=4

[memory]
label=
label=
instance=swap
separator=false
interval=4

[disk]
label=
label=
interval=8
separator=false

[iface]
label=
label=
interval=2

[wifi]
Expand All @@ -53,24 +53,24 @@ separator=false
min_width=90

[cpu_usage]
label=
label=
interval=4
separator=false
min_width=60

[cpu_frequency]
label=
label=
interval=8
separator=false
command=cpupower frequency-info | grep "asserted" | cut --fields=2- --delimiter=":" | cut --characters=2- | cut --fields=1-2 --delimiter=" "

[temperature]
label=
label=
interval=8
separator=false

[battery]
label=⚡
label=⚡
interval=8
separator=false

Expand Down
2 changes: 2 additions & 0 deletions .config/zathura/zathurarc
Expand Up @@ -26,3 +26,5 @@ set font "Inconsolata 11"
set guioptions ""

set selection-clipboard clipboard
set scroll-page-aware
# set smooth-scroll
Binary file modified .themes/oomox-Grayscale-Dark/gtk-3.0/thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd58bdd

Please sign in to comment.