sway: import selenized-dark and go wild with statusbar command

This commit is contained in:
Aminda Suomalainen 2022-04-15 13:51:19 +03:00
parent 29d1cad052
commit 25633ba8ec
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,52 @@
# https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-dark.conf
# Selenized dark colorscheme for i3
# This must go in your i3 config
set $bg #103c48
set $black #184956
set $br_black #2d5b69
set $white #72898f
set $fg #adbcbc
set $br_white #cad8d9
set $red #fa5750
set $green #75b938
set $yellow #dbb32d
set $blue #4695f7
set $magenta #f275be
set $cyan #41c7b9
set $orange #ed8649
set $violet #af88eb
set $br_red #ff665c
set $br_green #84c747
set $br_yellow #ebc13d
set $br_blue #58a3ff
set $br_magenta #ff84cd
set $br_cyan #53d6c7
set $br_orange #fd9456
set $br_violet #bd96fa
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
# font pango:DejaVu Sans Mono 10
#mode hide
# status_command i3status --config ~/.config/i3/i3status.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
# }
#}
# 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

View File

@ -0,0 +1,21 @@
# Uncommented sections come from i3-selenized-dark.conf
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
}