Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # i3status configuration file.
- # see "man i3status" for documentation.
- # It is important that this file is edited as UTF-8.
- # The following line should contain a sharp s:
- # ß
- # If the above line is not correctly displayed, fix your editor first!
- general {
- colors = true
- interval = 5
- }
- order += "wireless _first_"
- order += "ethernet wwp0s29u1u4"
- order += "ethernet _first_"
- order += "ethernet tun0"
- order += "disk /"
- order += "disk /tmp"
- order += "disk /home"
- order += "disk /media/Daten"
- order += "cpu_temperature 0"
- order += "battery 0"
- order += "tztime local"
- wireless _first_ {
- format_up = "📶 %quality %essid %ip"
- format_down = "📶 down"
- on_click 1 = "exec nm-connection-editor"
- on_click 3 = "exec nm-connection-editor"
- }
- ethernet _first_ {
- format_up = "🔌 %ip"
- format_down = "🔌 down"
- on_click 1 = "exec nm-connection-editor"
- on_click 3 = "exec nm-connection-editor"
- }
- ethernet wwp0s29u1u4 {
- format_up = "📱 up"
- format_down = "📱 down"
- on_click 1 = "exec nm c up id O2"
- on_click 3 = "exec nm-connection-editor"
- }
- ethernet tun0 {
- format_up = "🔒 yes"
- format_down = "🔒 no"
- on_click 1 = "exec nmcli c up id \"VPNTunnel CH\""
- on_click 3 = "exec nmcli c down id \"VPNTunnel CH\""
- }
- battery 0 {
- status_bat = "🔋"
- status_chr = "⏳"
- status_full = "♥"
- low_threshold = "10"
- threshold_type = "percentage"
- last_full_capacity = true
- format = "%status %percentage %remaining"
- on_click 1 = "exec xfce4-power-manager-settings"
- }
- run_watch DHCP {
- pidfile = "/var/run/dhclient*.pid"
- }
- run_watch VPN {
- pidfile = "/var/run/vpnc/pid"
- }
- tztime local {
- format = "%a %Y-%m-%d %H:%M"
- #format = "<span foreground='#ffffff'>time:</span> %time"
- #format_time = "%H:%M %Z"
- }
- load {
- format = "%1min"
- }
- disk "/" {
- format = "R %avail"
- }
- disk "/tmp" {
- format = "T %avail"
- }
- disk "/media/Daten" {
- format = "D %avail"
- }
- disk "/home" {
- format = "H %avail"
- }
- cpu_temperature 0 {
- format = "🌡 %degrees °C"
- path = "/sys/devices/platform/thinkpad_hwmon/temp1_input"
- on_click 1 = "exec xfce4-power-manager-settings"
- }
Advertisement
Add Comment
Please, Sign In to add comment