# base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) # Gruvbox dark, hard by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) [theme] theme = "semi-native" [theme.overrides] idle_bg = "#1d2021" idle_fg = "#d5c4a1" info_bg = "#8ec07c" info_fg = "#1d2021" good_bg = "#b8bb26" good_fg = "#1d2021" warning_bg = "#fabd2f" warning_fg = "#1d2021" critical_bg = "#fb4934" critical_fg = "#1d2021" [icons] icons = "none" [icons.overrides] bat_charging = "BAT+" music = "\uf886" # nf-mdi-music_note music_next = "\uf9ac" # nf-mdi-skip_next music_pause = "\uf8e3" # nf-mdi-pause music_play = "\uf909" # nf-mdi-play music_prev = "\uf9ad" # nf-mdi-skip_previous weather_clouds = "\ufa8f" # nf-mdi-weather_cloudy weather_default = "\ufa8f" # Cloud symbol as default weather_rain = "\ufa95" # nf-mdi-weather_pouring weather_snow = "\ufa97" # nf-mdi-weather_snowy weather_sun = "\ufa98" # nf-mdi-weather_sunny weather_thunder = "\ue31d" # nf-weather-thunderstorm [[block]] block = "weather" autolocate = true autolocate_interval = "once" service.name = "metno" [[block]] block = "disk_space" path = "/" info_type = "available" alert_unit = "GB" interval = 20 warning = 20.0 alert = 10.0 [[block]] block = "memory" format = " $icon $mem_total_used_percents.eng(w:2)" [[block]] block = "cpu" interval = 1 # [[block]] # block = "nvidia_gpu" # show_memory = false # show_clocks = true [[block]] block = "sound" if_command = "pactl list >/dev/null || aplay -l >/dev/null " [[block.click]] button = "left" cmd = "pavucontrol" [[block]] block = "net" device = "^wl.*$" format = " $icon {$ssid |}" format_alt = " $icon {$signal_strength $frequency $ssid |}" missing_format = "" [[block]] block = "battery" device = "BAT1" format = " $icon $percentage { ($time) |}" full_format = " FULL " empty_format = " $icon $percentage " missing_format = "" [[block]] block = "battery" device = "BAT2" format = " $icon $percentage { ($time) |}" full_format = " FULL " empty_format = " $icon $percentage " missing_format = "" [[block]] block = "time" interval = 1 format.full = " $timestamp.datetime(f:'%a %m/%d %T') " format.short = " $timestamp.datetime(f:%T) " [[block]] block = "music" player = "spotifyd" format = " $icon {$combo.str(max_w:20) $prev $play $next |}"