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
|
exec dex -as ~/.config/autostart
|
||||||
|
|
||||||
bar {
|
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
|
status_command i3status-rs ~/.config/i3/status.toml
|
||||||
tray_output none
|
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
statusline #dddddd
|
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
|
interval = 2
|
||||||
icons = true
|
icons = true
|
||||||
|
|
||||||
[[block]]
|
|
||||||
block = "temperature"
|
|
||||||
interval = 10
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "music"
|
block = "music"
|
||||||
player = "spotify"
|
player = "spotify"
|
||||||
marquee = true
|
marquee = true
|
||||||
buttons = ["play", "next"]
|
buttons = ["play", "next"]
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "temperature"
|
||||||
|
interval = 10
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
format_mem = "{Mup}%"
|
format_mem = "{Mup}%"
|
||||||
|
|
|
@ -8,13 +8,6 @@ class i3 {
|
||||||
source => 'puppet:///modules/i3/i3.conf'
|
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":
|
file { "i3status config":
|
||||||
path => '/home/jake/.config/i3/status.toml',
|
path => '/home/jake/.config/i3/status.toml',
|
||||||
ensure => file,
|
ensure => file,
|
||||||
|
|
|
@ -32,7 +32,6 @@ class yaourt::packages () {
|
||||||
'hexchat',
|
'hexchat',
|
||||||
'hipchat',
|
'hipchat',
|
||||||
'htop',
|
'htop',
|
||||||
'i3blocks-gaps-git',
|
|
||||||
'i3lock',
|
'i3lock',
|
||||||
'i3status-rust',
|
'i3status-rust',
|
||||||
'i3lock-wrapper',
|
'i3lock-wrapper',
|
||||||
|
|
Loading…
Reference in a new issue