more beauty in the status bar

This commit is contained in:
Frieder Schlesier 2019-01-05 14:01:21 +01:00
parent d955c06d53
commit f7921922da
2 changed files with 20 additions and 26 deletions

View File

@ -88,22 +88,21 @@ for_window [class="Tor Browser"] floating enable
bindsym $mod+a focus parent # focus the parent container bindsym $mod+a focus parent # focus the parent container
# manage workspaces # manage workspaces
# http://fontawesome.io/cheatsheet/ # look for icons: https://fontawesome.com/icons?d=gallery
set $WS1 "1 " # firefox - browser is placed on this Workspace
# fa-globe set $WS1 "1 "
# http://unicode-table.com/en/2328/ KEYBOARD # git - emacs <3
set $WS2 "2 &#xf0d0;" set $WS2 "2 "
# fa-magic # terminal - place for urxvt
set $WS3 "3 &#xf120;" set $WS3 "3 "
# fa-terminal # envelope - thunderbird windows on here
set $WS4 "4 &#xf0e0;" set $WS4 "4 "
# fa-envelope # code - eclise, intellij IDEs, etc
set $WS5 "5 &#xf121;" set $WS5 "5 "
# fa-code # unlock-alt - keepassxc defaults here
set $WS8 "8 &#xf084;" set $WS8 "8 "
# fa-key # linux - less often used terminals for background processes
set $WS9 "9 &#xf17c;" set $WS9 "9 "
# fa-linux
assign [class="^Firefox$"] $WS1 assign [class="^Firefox$"] $WS1
assign [class="^Eclipse$"] $WS5 assign [class="^Eclipse$"] $WS5

View File

@ -23,7 +23,6 @@ order += "disk /media/driveBay"
#order += "run_watch DHCP" #order += "run_watch DHCP"
order += "path_exists VPN" order += "path_exists VPN"
#order += "ipv6" #order += "ipv6"
#order += "wireless wlan0"
order += "wireless wlp3s0" order += "wireless wlp3s0"
order += "ethernet enp0s25" order += "ethernet enp0s25"
order += "volume master" order += "volume master"
@ -34,11 +33,7 @@ order += "load"
order += "tztime DE" order += "tztime DE"
#order += "tztime KG" #order += "tztime KG"
wireless wlan0 { # look for icons: https://fontawesome.com/icons?d=gallery
format_up = "W: %essid (%quality) %ip"
format_down = "W: -"
}
wireless wlp3s0 { wireless wlp3s0 {
format_up = " %essid (%quality) %ip" format_up = " %essid (%quality) %ip"
format_down = " -" format_down = " -"
@ -52,10 +47,10 @@ ethernet enp0s25 {
battery 0 { battery 0 {
format = "%status %percentage %remaining" format = "%status %percentage %remaining"
format_down = "∞ PLUG" format_down = ""
status_chr = "⚇ CHR" status_chr = "⚇ CHR"
status_bat = "⚡ BAT" status_bat = ""
status_full = "☻ FULL" status_full = ""
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10 low_threshold = 10
} }
@ -73,7 +68,7 @@ path_exists VPN {
} }
tztime local { tztime local {
format = "DE %Y-%m-%d (%V) %a %H:%M:%S" format = "%Y-%m-%d (%V) %a %H:%M:%S"
} }
tztime DE { tztime DE {