sway: upadate status bar

This commit is contained in:
Roman Godmaire 2024-04-13 20:30:51 -04:00
parent acd49eef51
commit 0b62f0d2c3
2 changed files with 11 additions and 15 deletions

View file

@ -1,5 +1,5 @@
[theme]
theme = "gruvbox-dark"
theme = "semi-native"
[icons]
icons = "awesome4"
@ -12,27 +12,22 @@ full_threshold = 85
[[block]]
block = "temperature"
format = "$icon $min $average $max"
format = "$icon $average"
[[block]]
block = "cpu"
interval = 1
format = "$icon $barchart $utilization $frequency"
format = "$icon $barchart $utilization"
[[block]]
block = "memory"
format = "$icon $mem_used ($mem_used_percents)"
format = "$icon $mem_used"
interval = 5
warning_mem = 80
critical_mem = 95
[[block]]
block = "sound"
step_width = 5
max_vol = 100
[[block]]
block = "time"
format = "$icon $timestamp.datetime(f:'%a %m/%d %T')"
format = "$icon $timestamp.datetime(f:'%m/%d %T')"
timezone = "US/Eastern"
interval = 1

View file

@ -209,17 +209,18 @@ bar {
font pango:DejaVu Sans Mono, FontAwesome 10
position top
status_command i3status-rs
separator_symbol " "
separator_symbol " | "
tray_output none
colors {
background $bg
statusline $yellow
# workspaces section
# border backgr. text
focused_workspace $aqua $aqua $darkgray
inactive_workspace $darkgray $darkgray $yellow
active_workspace $darkgray $darkgray $yellow
urgent_workspace $red $red $bg
focused_workspace $bg $bg $green
inactive_workspace $bg $bg $yellow
active_workspace $bg $bg $blue
urgent_workspace $bg $bg $red
}
}