Iconify i3status
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
font pango:Product Sans 11
|
font pango: Product Sans 11
|
||||||
|
|
||||||
# correct locking
|
# correct locking
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- lock.sh
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- lock.sh
|
||||||
@@ -99,7 +99,7 @@ hide_edge_borders smart
|
|||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
separator_symbol " | "
|
separator_symbol " "
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
tray_output primary
|
tray_output primary
|
||||||
|
|
||||||
@@ -120,12 +120,22 @@ bar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ebdbb2
|
||||||
|
|
||||||
|
set $gruv_bg "#f2e5bc"
|
||||||
|
set $gruv_bg_darker "#ebdbb2"
|
||||||
|
set $gruv_fg "#282828"
|
||||||
|
set $green "#98971a"
|
||||||
|
set $red "#cc242d"
|
||||||
|
set $light_red "#fb4934"
|
||||||
|
set $yellow "#d79921"
|
||||||
|
|
||||||
# gruvbox style window titles
|
# gruvbox style window titles
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #98971A #98971A #282828 #98971A #98971A
|
client.focused $green $green $gruv_fg $green $green
|
||||||
client.focused_inactive #f2e5bc #d79921 #282828 #f2e5bc #f2e5bc
|
client.focused_inactive $yellow $yellow $gruv_fg $gruv_bg $gruv_bg
|
||||||
client.unfocused #f2e5bc #f2e5bc #282828 #fbf1c7 #f2e5bc
|
client.unfocused $gruv_bg_darker $gruv_bg_darker $gruv_fg $gruv_bg_darker $gruv_bg_darker
|
||||||
client.urgent #cc241d #fb4934 #282828 #cc241d #fb4934
|
client.urgent $red $light_red $gruv_fg $red $light_red
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
exec --no-startup-id $HOME/scripts/start_progs.sh
|
exec --no-startup-id $HOME/scripts/start_progs.sh
|
||||||
|
|||||||
@@ -3,24 +3,39 @@ general {
|
|||||||
colors = false
|
colors = false
|
||||||
markup = pango
|
markup = pango
|
||||||
interval = 5
|
interval = 5
|
||||||
color_good = '#2f343f'
|
|
||||||
color_degraded = '#ebcb8b'
|
|
||||||
color_bad = '#ba5e57'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
order += "load"
|
||||||
|
order += "memory"
|
||||||
|
order += "ethernet eth0"
|
||||||
order += "wireless _first_"
|
order += "wireless _first_"
|
||||||
order += "battery all"
|
order += "battery all"
|
||||||
order += "tztime local"
|
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
|
order += "tztime local"
|
||||||
|
|
||||||
|
load {
|
||||||
|
format = " %5min"
|
||||||
|
}
|
||||||
|
|
||||||
|
memory {
|
||||||
|
format = " %used"
|
||||||
|
threshold_degraded = "10%"
|
||||||
|
format_degraded = "MEMORY: %free"
|
||||||
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
format_up = "📡 %essid"
|
format_up = " %essid"
|
||||||
format_down = "📡 Disconnected"
|
format_down = " wlo0 down"
|
||||||
|
}
|
||||||
|
|
||||||
|
ethernet eth0 {
|
||||||
|
format_up = " %ip - %speed"
|
||||||
|
format_down = " eth0 down"
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "🔉 %volume"
|
format = " %volume"
|
||||||
format_muted = "🔇 Muted"
|
format_muted = " Muted"
|
||||||
device = "default"
|
device = "default"
|
||||||
mixer = "Master"
|
mixer = "Master"
|
||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
@@ -29,16 +44,16 @@ volume master {
|
|||||||
battery all {
|
battery all {
|
||||||
last_full_capacity = true
|
last_full_capacity = true
|
||||||
format = "%status %percentage"
|
format = "%status %percentage"
|
||||||
format_down = "No Battery"
|
format_down = " no battery"
|
||||||
status_chr = "⚡ Charging"
|
status_chr = " "
|
||||||
status_bat = "🔋 Battery"
|
status_bat = " "
|
||||||
status_unk = "? Unknown"
|
status_unk = "? Unknown"
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "📅 %time"
|
format = " %time |"
|
||||||
format_time = "%a %-d %b %H:%M"
|
format_time = "%a %-d %b %H:%M"
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
fonts/icons/jam-icons.ttf
Normal file
BIN
fonts/icons/jam-icons.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user