Update colors, bar monitor output, and dbus update environment command.
This commit is contained in:
parent
bef2632ee9
commit
271d65a9f2
@ -5,7 +5,8 @@
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
# Environment
|
||||
exec --no-startup-id dbus-update-activation-environment --all
|
||||
#exec --no-startup-id dbus-update-activation-environment --all
|
||||
exec --no-startup-id dbus-update-activation-environment DISPLAY SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec /usr/libexec/polkit-gnome-authentication-agent-1
|
||||
exec_always ~/.config/scripts/sway/import-gsettings
|
||||
|
||||
@ -295,19 +296,23 @@ titlebar_padding 3
|
||||
bar {
|
||||
position top
|
||||
|
||||
#gaps 20 900
|
||||
#mode hide
|
||||
output $mon1
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command slstatus -s
|
||||
|
||||
colors {
|
||||
background $base03
|
||||
background $base03t
|
||||
statusline $base0
|
||||
separator $base0
|
||||
|
||||
focused_workspace $orange $base02 $cyan
|
||||
active_workspace $base02 $base03 $base0
|
||||
inactive_workspace $base02 $base03 $base0
|
||||
urgent_workspace $cyan $red $base03
|
||||
active_workspace $base02 $base03t $base0
|
||||
inactive_workspace $base02 $base03t $base0
|
||||
urgent_workspace $cyan $red $base03t
|
||||
}
|
||||
font pango:$font
|
||||
#tray_output primary
|
||||
@ -344,7 +349,7 @@ exec wlsunset -l 55.0 -L -1.6
|
||||
|
||||
exec alacritty
|
||||
exec firefox
|
||||
exec webcord-bin
|
||||
exec discord-ff
|
||||
exec signal-desktop
|
||||
|
||||
#
|
||||
|
@ -2,6 +2,7 @@
|
||||
#
|
||||
# bg
|
||||
set $base03 #282828
|
||||
set $base03t #282828dd
|
||||
# bg1
|
||||
set $base02 #3c3836
|
||||
# fg4
|
||||
|
6
.config/sway/monitor
Normal file
6
.config/sway/monitor
Normal file
@ -0,0 +1,6 @@
|
||||
set $mon1 DP-2
|
||||
set $mon2 HDMI-A-3
|
||||
set $mon3 HDMI-A-2
|
||||
|
||||
output $mon1 pos 1920 0 adaptive_sync on
|
||||
output $mon2 pos 0 0
|
Loading…
Reference in New Issue
Block a user