Remove i3blocks
This commit is contained in:
parent
a6845c050e
commit
5fa5257b41
5 changed files with 4 additions and 53 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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}%"
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -32,7 +32,6 @@ class yaourt::packages () {
|
|||
'hexchat',
|
||||
'hipchat',
|
||||
'htop',
|
||||
'i3blocks-gaps-git',
|
||||
'i3lock',
|
||||
'i3status-rust',
|
||||
'i3lock-wrapper',
|
||||
|
|
Loading…
Reference in a new issue