redid waybar in new style in tokyonight colors, updated sway and rofi configs with tokyonight colors too
This commit is contained in:
parent
664f0b6e1a
commit
c9ab46a674
4 changed files with 273 additions and 256 deletions
|
@ -39,7 +39,8 @@ bindsym $mod+Shift+n exec swaync-client -t -sw
|
|||
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
# output * bg ~/Wallpapers/orangeMountains.png fill
|
||||
# output * bg #c0caf5 solid_color
|
||||
output * bg ~/Wallpapers/wp9285156.jpg fill
|
||||
# output * bg ~/Wallpapers/wp9285156.jpg fill
|
||||
output * bg ~/Source/tokyonight-wallpapers/tron_original.png fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
@ -62,7 +63,7 @@ output eDP-1 resolution 1920x1080 position 0,0
|
|||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
|
||||
set $lock 'swaylock -e -F -i ~/Wallpapers/orangeMountains.png'
|
||||
set $lock 'swaylock -e -F -i /home/emge/Source/tokyonight-wallpapers/fly_original.png'
|
||||
exec swayidle -w \
|
||||
timeout 300 $lock \
|
||||
timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
|
@ -270,8 +271,12 @@ bar {
|
|||
gaps inner 10
|
||||
|
||||
# Remove title bars
|
||||
default_border pixel 2
|
||||
#default_border pixel 0
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
client.focused "#ecf0c1" "#ecf0c1" "#041e23" "#ecf0c1"
|
||||
# client.focused
|
||||
# client.unfocused
|
||||
# class <border> <background> <text> [<indicator> <chile_border>]
|
||||
client.focused "#82aaff" "#82aaff" "#1b1d2b"
|
||||
client.unfocused "#2d3f76" "#2d3f76" "#ff757f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue