From 271d65a9f2fd7914ec1e49e5f52d1114cc4e93f8 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Wed, 5 Apr 2023 22:59:47 +0100 Subject: [PATCH] Update colors, bar monitor output, and dbus update environment command. --- .config/sway/config | 17 +++++++++++------ .config/sway/gruvbox | 1 + .config/sway/monitor | 6 ++++++ 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 .config/sway/monitor diff --git a/.config/sway/config b/.config/sway/config index 92bdf23..2cc00c7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 # diff --git a/.config/sway/gruvbox b/.config/sway/gruvbox index 4329747..ea00195 100644 --- a/.config/sway/gruvbox +++ b/.config/sway/gruvbox @@ -2,6 +2,7 @@ # # bg set $base03 #282828 +set $base03t #282828dd # bg1 set $base02 #3c3836 # fg4 diff --git a/.config/sway/monitor b/.config/sway/monitor new file mode 100644 index 0000000..00138f8 --- /dev/null +++ b/.config/sway/monitor @@ -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