mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
i3: return to Selenized black
This commit is contained in:
parent
c76ba54285
commit
2b4e67c681
122
conf/i3/config
122
conf/i3/config
@ -226,58 +226,58 @@ bindsym $mod+r mode "resize"
|
|||||||
# When there are two definitions of which one is commented and 000000 is
|
# When there are two definitions of which one is commented and 000000 is
|
||||||
# uncommented, I have adjusted to AMOLED black.
|
# uncommented, I have adjusted to AMOLED black.
|
||||||
##set $bg #181818
|
##set $bg #181818
|
||||||
#set $bg #000000
|
set $bg #000000
|
||||||
##set $black #252525
|
##set $black #252525
|
||||||
##set $br_black #3b3b3b
|
##set $br_black #3b3b3b
|
||||||
#set $black #000000
|
set $black #000000
|
||||||
#set $br_black #000000
|
set $br_black #000000
|
||||||
#set $white #777777
|
set $white #777777
|
||||||
#set $fg #b9b9b9
|
set $fg #b9b9b9
|
||||||
#set $br_white #dedede
|
set $br_white #dedede
|
||||||
#
|
#
|
||||||
#set $red #ed4a46
|
set $red #ed4a46
|
||||||
#set $green #70b433
|
set $green #70b433
|
||||||
#set $yellow #dbb32d
|
set $yellow #dbb32d
|
||||||
#set $blue #368aeb
|
set $blue #368aeb
|
||||||
#set $magenta #eb6eb7
|
set $magenta #eb6eb7
|
||||||
#set $cyan #3fc5b7
|
set $cyan #3fc5b7
|
||||||
#set $orange #e67f43
|
set $orange #e67f43
|
||||||
#set $violet #a580e2
|
set $violet #a580e2
|
||||||
#
|
#
|
||||||
#set $br_red #ff5e56
|
set $br_red #ff5e56
|
||||||
#set $br_green #83c746
|
set $br_green #83c746
|
||||||
#set $br_yellow #efc541
|
set $br_yellow #efc541
|
||||||
#set $br_blue #4f9cfe
|
set $br_blue #4f9cfe
|
||||||
#set $br_magenta #ff81ca
|
set $br_magenta #ff81ca
|
||||||
#set $br_cyan #56d8c9
|
set $br_cyan #56d8c9
|
||||||
#set $br_orange #fa9153
|
set $br_orange #fa9153
|
||||||
#set $br_violet #b891f5
|
set $br_violet #b891f5
|
||||||
|
|
||||||
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
|
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
|
||||||
set $bg #fbf3db
|
#set $bg #fbf3db
|
||||||
set $black #ece3cc
|
#set $black #ece3cc
|
||||||
set $br_black #d5cdb6
|
#set $br_black #d5cdb6
|
||||||
set $white #909995
|
#set $white #909995
|
||||||
set $fg #53676d
|
#set $fg #53676d
|
||||||
set $br_white #3a4d53
|
#set $br_white #3a4d53
|
||||||
#
|
#
|
||||||
set $red #d2212d
|
#set $red #d2212d
|
||||||
set $green #489100
|
#set $green #489100
|
||||||
set $yellow #ad8900
|
#set $yellow #ad8900
|
||||||
set $blue #0072d4
|
#set $blue #0072d4
|
||||||
set $magenta #ca4898
|
#set $magenta #ca4898
|
||||||
set $cyan #009c8f
|
#set $cyan #009c8f
|
||||||
set $orange #c25d1e
|
#set $orange #c25d1e
|
||||||
set $violet #8762c6
|
#set $violet #8762c6
|
||||||
#
|
#
|
||||||
set $br_red #cc1729
|
#set $br_red #cc1729
|
||||||
set $br_green #428b00
|
#set $br_green #428b00
|
||||||
set $br_yellow #a78300
|
#set $br_yellow #a78300
|
||||||
set $br_blue #006dce
|
#set $br_blue #006dce
|
||||||
set $br_magenta #c44392
|
#set $br_magenta #c44392
|
||||||
set $br_cyan #00978a
|
#set $br_cyan #00978a
|
||||||
set $br_orange #bc5819
|
#set $br_orange #bc5819
|
||||||
set $br_violet #825dc0
|
#set $br_violet #825dc0
|
||||||
|
|
||||||
# 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
|
||||||
@ -285,6 +285,16 @@ bar {
|
|||||||
position top
|
position top
|
||||||
status_command LC_ALL=fi_FI.utf8 i3status
|
status_command LC_ALL=fi_FI.utf8 i3status
|
||||||
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
|
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
|
||||||
|
colors {
|
||||||
|
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
|
||||||
|
}
|
||||||
|
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
|
||||||
#colors {
|
#colors {
|
||||||
# separator $blue
|
# separator $blue
|
||||||
# background $bg
|
# background $bg
|
||||||
@ -294,32 +304,22 @@ bar {
|
|||||||
# inactive_workspace $black $black $fg
|
# inactive_workspace $black $black $fg
|
||||||
# urgent_workspace $yellow $yellow $black
|
# urgent_workspace $yellow $yellow $black
|
||||||
# }
|
# }
|
||||||
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
|
|
||||||
colors {
|
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
|
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
|
||||||
# clientclass border backgr. text indicator
|
# 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
|
|
||||||
|
|
||||||
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
|
|
||||||
# clientclass border backgr. text indicator
|
|
||||||
client.focused $green $green $black $blue
|
client.focused $green $green $black $blue
|
||||||
client.focused_inactive $cyan $cyan $black $violet
|
client.focused_inactive $cyan $cyan $black $violet
|
||||||
client.unfocused $black $black $fg $white
|
client.unfocused $black $black $fg $white
|
||||||
client.urgent $yellow $yellow $black $orange
|
client.urgent $yellow $yellow $black $orange
|
||||||
|
|
||||||
|
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.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
|
# Screenshotting
|
||||||
bindsym Shift+Print exec gnome-screenshot -i
|
bindsym Shift+Print exec gnome-screenshot -i
|
||||||
bindsym Print exec gnome-screenshot -i
|
bindsym Print exec gnome-screenshot -i
|
||||||
|
@ -15,13 +15,13 @@ general {
|
|||||||
# staring at a clock.
|
# staring at a clock.
|
||||||
interval = 1
|
interval = 1
|
||||||
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf
|
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf
|
||||||
#color_good = "#70b433"
|
color_good = "#70b433"
|
||||||
#color_degraded = "#dbb32d"
|
color_degraded = "#dbb32d"
|
||||||
#color_bad = "#ed4a46"
|
color_bad = "#ed4a46"
|
||||||
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-light.conf
|
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-light.conf
|
||||||
color_good = "#489100"
|
#color_good = "#489100"
|
||||||
color_degraded = "#ad8900"
|
#color_degraded = "#ad8900"
|
||||||
color_bad = "#d2212d"
|
#color_bad = "#d2212d"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Logicish: colour changing things at first (load is often red especially
|
# Logicish: colour changing things at first (load is often red especially
|
||||||
|
Loading…
Reference in New Issue
Block a user