Update 24.03.22
This commit is contained in:
+4
-3
@@ -98,8 +98,6 @@ bindsym $mod+o exec ~/lock.sh
|
||||
#bindsym $mod+o exec slimlock
|
||||
# ristretto
|
||||
bindsym $mod+e exec thunar
|
||||
# Xournal
|
||||
bindsym $mod+n exec xournalpp
|
||||
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
@@ -297,8 +295,11 @@ bar {
|
||||
|
||||
# separator_symbol "ʃ"
|
||||
#separator_symbol "❰"
|
||||
separator_symbol " ❱ "
|
||||
#separator_symbol " ▷ "
|
||||
#separator_symbol " ∠ "
|
||||
#separator_symbol "|"
|
||||
separator_symbol "ǁ"
|
||||
#separator_symbol "ǁ"
|
||||
|
||||
|
||||
strip_workspace_name no
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
order += "whatismyip"
|
||||
order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "load"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
whatismyip {
|
||||
format = " {isp}\|{city}\|{countryCode} ({ip}) "
|
||||
hide_when_offline = True
|
||||
url_geo = "http://ip-api.com/json"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %consumption"
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = " %ip (%essid)"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = " %ip (%speed)"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%percentage_used (%used / %free / %total)"
|
||||
on_click 1 = "exec thunar /"
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "%percentage_used (%used / %free / %total)"
|
||||
on_click 1 = "exec thunar /home/legrems/Documents/Arcanite"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
Reference in New Issue
Block a user