Remove i3blocks

This commit is contained in:
Jake Howard 2017-08-13 21:50:07 +01:00
parent a6845c050e
commit 5fa5257b41
Signed by: jake
GPG Key ID: 57AFB45680EDD477
5 changed files with 4 additions and 53 deletions

View File

@ -91,15 +91,7 @@ bindsym $mod+r mode "resize"
exec dex -as ~/.config/autostart
bar {
font pango:DejaVu Sans Mono, Icons 8
status_command i3blocks
position top
}
bar {
font pango:DejaVu Sans Mono, Icons 8
status_command i3status-rs ~/.config/i3/status.toml
tray_output none
colors {
separator #666666
statusline #dddddd

View File

@ -1,33 +0,0 @@
command=/usr/lib/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
[cpu_usage]
label=CPU
interval=2
[memory]
label=MEM
separator=false
interval=2
[volume]
label=VOL
instance=Master
interval=1
[iface]
interval=10
separator=false
[wifi]
interval=10
separator=false
[battery]
label=BAT
interval=5
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1

View File

@ -6,16 +6,16 @@ block = "xrandr"
interval = 2
icons = true
[[block]]
block = "temperature"
interval = 10
[[block]]
block = "music"
player = "spotify"
marquee = true
buttons = ["play", "next"]
[[block]]
block = "temperature"
interval = 10
[[block]]
block = "memory"
format_mem = "{Mup}%"

View File

@ -8,13 +8,6 @@ class i3 {
source => 'puppet:///modules/i3/i3.conf'
}
file { "i3blocks config":
path => '/home/jake/.i3blocks.conf',
ensure => file,
mode => "0644",
source => 'puppet:///modules/i3/i3blocks.conf'
}
file { "i3status config":
path => '/home/jake/.config/i3/status.toml',
ensure => file,

View File

@ -32,7 +32,6 @@ class yaourt::packages () {
'hexchat',
'hipchat',
'htop',
'i3blocks-gaps-git',
'i3lock',
'i3status-rust',
'i3lock-wrapper',