From ed74fcc7534321894202aa99c833504c9d4e84db Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 2 May 2020 13:16:23 +0300 Subject: [PATCH] i3 & i3status: switch to Selenized black style --- conf/i3/config | 59 +++++++++++++++++++++++++++++++++----------- conf/i3status/config | 10 ++++---- 2 files changed, 49 insertions(+), 20 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 417656f7..509f1d33 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -222,28 +222,55 @@ mode "resize" { bindsym $mod+r mode "resize" +# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf +set $bg #181818 +set $black #252525 +set $br_black #3b3b3b +set $white #777777 +set $fg #b9b9b9 +set $br_white #dedede +# +set $red #ed4a46 +set $green #70b433 +set $yellow #dbb32d +set $blue #368aeb +set $magenta #eb6eb7 +set $cyan #3fc5b7 +set $orange #e67f43 +set $violet #a580e2 +# +set $br_red #ff5e56 +set $br_green #83c746 +set $br_yellow #efc541 +set $br_blue #4f9cfe +set $br_magenta #ff81ca +set $br_cyan #56d8c9 +set $br_orange #fa9153 +set $br_violet #b891f5 + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) CHANGEME bar { position top status_command LC_ALL=fi_FI.utf8 i3status - # Solarized Dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/config + # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf colors { - background #002b36 - statusline #839496 - separator #586e75 - focused_workspace #b58900 #b58900 #002b36 - active_workspace #586e75 #586e75 #002b36 - inactive_workspace #073642 #002b36 #839496 - urgent_workspace #dc322f #dc322f #fdf6e3 + separator $blue + background $bg + statusline $br_white + focused_workspace $green $green $bg + active_workspace $cyan $blue $black + inactive_workspace $black $black $fg + urgent_workspace $yellow $yellow $black } } -# Solarized Dark copied from https://github.com/tobiaszwaszak/i3wm -client.focused #002b36 #586e75 #fdf6e3 #268bd2 -client.focused_inactive #002b36 #073642 #839496 #073642 -client.unfocused #002b36 #073642 #839496 #073642 -client.urgent #002b36 #dc322f #fdf6e3 #002b36 +# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf +# clientclass border backgr. text indicator +client.focused $green $green $black $blue +client.focused_inactive $cyan $cyan $black $violet +client.unfocused $black $black $fg $white +client.urgent $yellow $yellow $black $orange # Screenshotting bindsym Shift+Print exec gnome-screenshot -i @@ -315,8 +342,10 @@ for_window [title="tracker - .*"] floating enable exec --no-startup-id $TERMINAL -T htop -x htop exec --no-startup-id nm-applet exec --no-startup-id sleep 60 && pasystray --notify=all -# Wallpaper, solid black -exec --no-startup-id hsetroot -solid \#000000 +# Wallpaper, solid (AMOLED) black +#exec --no-startup-id hsetroot -solid \#000000 +# Selenized black background (not AMOLED compatible) +exec --no-startup-id hsetroot -solid \#181818 # ~/.wallpaper as wallpaper #exec --no-startup-id feh --bg-scale ~/.wallpaper exec --no-startup-id xcompmgr -c -n diff --git a/conf/i3status/config b/conf/i3status/config index b540204f..18c3e1fc 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -13,11 +13,11 @@ general { # weight for older devices. 5 appears to be Debian default, and I # guess it's enough often for seeing if the system is frozen when # staring at a clock. - interval = 5 - # solarized dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/i3status.conf - color_good = "#859900" - color_bad = "#dc322f" - color_degraded = "#cb4b16" + interval = 1 + # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf + color_good = "#70b433" + color_degraded = "#dbb32d" + color_bad = "#ed4a46" } # Logicish: colour changing things at first (load is often red especially