mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
added laptop stuff to i3 config
This commit is contained in:
parent
a6fe436d8e
commit
75f5340e2f
@ -237,6 +237,7 @@ bar {
|
||||
|
||||
# Show tray icons on primary display
|
||||
tray_output primary
|
||||
tray_output eDP1
|
||||
}
|
||||
|
||||
# Startup programs
|
||||
|
@ -34,6 +34,13 @@ label=
|
||||
color=#FF0000
|
||||
interval=300
|
||||
|
||||
[volume]
|
||||
label=
|
||||
command=~/.config/i3/vendor/i3blocks/blocks/audio
|
||||
instance=Master
|
||||
interval=once
|
||||
signal=1
|
||||
|
||||
[mail-gmail]
|
||||
command=~/.config/i3/i3blocks/gmail
|
||||
label=G
|
||||
@ -135,17 +142,22 @@ color=#00FF00
|
||||
interval=10
|
||||
separator=false
|
||||
|
||||
[wifi]
|
||||
label=
|
||||
#instance=wlp3s0
|
||||
interval=10
|
||||
separator=false
|
||||
|
||||
[whatismyip]
|
||||
label=
|
||||
command=~/.config/i3/i3blocks/whatismyip
|
||||
color=#00FF00
|
||||
interval=30
|
||||
separator=false
|
||||
|
||||
[wifi]
|
||||
label=
|
||||
instance=wlp4s0
|
||||
interval=10
|
||||
|
||||
[battery]
|
||||
label=⚡
|
||||
command=~/.config/i3/vendor/i3blocks/blocks/battery
|
||||
interval=30
|
||||
|
||||
#[bandwidth]
|
||||
#command=~/.config/i3/vendor/i3blocks/blocks/bandwidth
|
||||
@ -177,11 +189,11 @@ interval=30
|
||||
# Battery indicator
|
||||
#
|
||||
# The battery instance defaults to 0.
|
||||
[battery]
|
||||
label=BAT
|
||||
#[battery]
|
||||
#label=BAT
|
||||
#label=⚡
|
||||
#instance=1
|
||||
interval=30
|
||||
#interval=30
|
||||
|
||||
# Date Time
|
||||
[time]
|
||||
|
Loading…
Reference in New Issue
Block a user