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
|
# Show tray icons on primary display
|
||||||
tray_output primary
|
tray_output primary
|
||||||
|
tray_output eDP1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Startup programs
|
# Startup programs
|
||||||
|
@ -34,6 +34,13 @@ label=
|
|||||||
color=#FF0000
|
color=#FF0000
|
||||||
interval=300
|
interval=300
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
label=
|
||||||
|
command=~/.config/i3/vendor/i3blocks/blocks/audio
|
||||||
|
instance=Master
|
||||||
|
interval=once
|
||||||
|
signal=1
|
||||||
|
|
||||||
[mail-gmail]
|
[mail-gmail]
|
||||||
command=~/.config/i3/i3blocks/gmail
|
command=~/.config/i3/i3blocks/gmail
|
||||||
label=G
|
label=G
|
||||||
@ -135,17 +142,22 @@ color=#00FF00
|
|||||||
interval=10
|
interval=10
|
||||||
separator=false
|
separator=false
|
||||||
|
|
||||||
[wifi]
|
|
||||||
label=
|
|
||||||
#instance=wlp3s0
|
|
||||||
interval=10
|
|
||||||
separator=false
|
|
||||||
|
|
||||||
[whatismyip]
|
[whatismyip]
|
||||||
label=
|
label=
|
||||||
command=~/.config/i3/i3blocks/whatismyip
|
command=~/.config/i3/i3blocks/whatismyip
|
||||||
color=#00FF00
|
color=#00FF00
|
||||||
interval=30
|
interval=30
|
||||||
|
separator=false
|
||||||
|
|
||||||
|
[wifi]
|
||||||
|
label=
|
||||||
|
instance=wlp4s0
|
||||||
|
interval=10
|
||||||
|
|
||||||
|
[battery]
|
||||||
|
label=⚡
|
||||||
|
command=~/.config/i3/vendor/i3blocks/blocks/battery
|
||||||
|
interval=30
|
||||||
|
|
||||||
#[bandwidth]
|
#[bandwidth]
|
||||||
#command=~/.config/i3/vendor/i3blocks/blocks/bandwidth
|
#command=~/.config/i3/vendor/i3blocks/blocks/bandwidth
|
||||||
@ -177,11 +189,11 @@ interval=30
|
|||||||
# Battery indicator
|
# Battery indicator
|
||||||
#
|
#
|
||||||
# The battery instance defaults to 0.
|
# The battery instance defaults to 0.
|
||||||
[battery]
|
#[battery]
|
||||||
label=BAT
|
#label=BAT
|
||||||
#label=⚡
|
#label=⚡
|
||||||
#instance=1
|
#instance=1
|
||||||
interval=30
|
#interval=30
|
||||||
|
|
||||||
# Date Time
|
# Date Time
|
||||||
[time]
|
[time]
|
||||||
|
Loading…
Reference in New Issue
Block a user