.concession
.config
bspwm
concession
conky
dunst
htop
i3
i3status
config
liferea
nitrogen
plasma-workspace
polybar
rofi
sxhkd
xob
xrdb
compton.conf
kglobalshortcutsrc
konsolerc
kscreenlockerrc
ksplashrc
redshift.conf
startupconfig
.local
.ssh
.themes
.vim
.bashrc
.gitconfig
.gitmodules
.kshrc
.profile
.vimrc
.xinitrc
.zshrc
32 lines
445 B
Plaintext
32 lines
445 B
Plaintext
general {
|
|
colors = true
|
|
color_good = "#b8bb26"
|
|
color_degraded = "#fabd2f"
|
|
color_bad = "#fb4934"
|
|
interval = 1
|
|
}
|
|
|
|
order += "wireless _first_"
|
|
order += "ethernet _first_"
|
|
order += "battery all"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = "WLAN: %ip"
|
|
format_down = "WLAN"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
format_up = "ETH: %ip"
|
|
format_down = "ETH"
|
|
}
|
|
|
|
battery all {
|
|
format = "BAT: %percentage"
|
|
}
|
|
|
|
tztime local {
|
|
format = "%a %I:%M %p"
|
|
}
|
|
|