i3 & i3status: switch to Selenized black style

This commit is contained in:
Aminda Suomalainen 2020-05-02 13:16:23 +03:00
parent c4f39fd27f
commit ed74fcc753
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 49 additions and 20 deletions

View File

@ -222,28 +222,55 @@ mode "resize" {
bindsym $mod+r 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 # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) CHANGEME # finds out, if available) CHANGEME
bar { bar {
position top position top
status_command LC_ALL=fi_FI.utf8 i3status 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 { colors {
background #002b36 separator $blue
statusline #839496 background $bg
separator #586e75 statusline $br_white
focused_workspace #b58900 #b58900 #002b36 focused_workspace $green $green $bg
active_workspace #586e75 #586e75 #002b36 active_workspace $cyan $blue $black
inactive_workspace #073642 #002b36 #839496 inactive_workspace $black $black $fg
urgent_workspace #dc322f #dc322f #fdf6e3 urgent_workspace $yellow $yellow $black
} }
} }
# Solarized Dark copied from https://github.com/tobiaszwaszak/i3wm # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
client.focused #002b36 #586e75 #fdf6e3 #268bd2 # clientclass border backgr. text indicator
client.focused_inactive #002b36 #073642 #839496 #073642 client.focused $green $green $black $blue
client.unfocused #002b36 #073642 #839496 #073642 client.focused_inactive $cyan $cyan $black $violet
client.urgent #002b36 #dc322f #fdf6e3 #002b36 client.unfocused $black $black $fg $white
client.urgent $yellow $yellow $black $orange
# Screenshotting # Screenshotting
bindsym Shift+Print exec gnome-screenshot -i 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 $TERMINAL -T htop -x htop
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id sleep 60 && pasystray --notify=all exec --no-startup-id sleep 60 && pasystray --notify=all
# Wallpaper, solid black # Wallpaper, solid (AMOLED) black
exec --no-startup-id hsetroot -solid \#000000 #exec --no-startup-id hsetroot -solid \#000000
# Selenized black background (not AMOLED compatible)
exec --no-startup-id hsetroot -solid \#181818
# ~/.wallpaper as wallpaper # ~/.wallpaper as wallpaper
#exec --no-startup-id feh --bg-scale ~/.wallpaper #exec --no-startup-id feh --bg-scale ~/.wallpaper
exec --no-startup-id xcompmgr -c -n exec --no-startup-id xcompmgr -c -n

View File

@ -13,11 +13,11 @@ general {
# weight for older devices. 5 appears to be Debian default, and I # 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 # guess it's enough often for seeing if the system is frozen when
# staring at a clock. # staring at a clock.
interval = 5 interval = 1
# solarized dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/i3status.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf
color_good = "#859900" color_good = "#70b433"
color_bad = "#dc322f" color_degraded = "#dbb32d"
color_degraded = "#cb4b16" color_bad = "#ed4a46"
} }
# Logicish: colour changing things at first (load is often red especially # Logicish: colour changing things at first (load is often red especially