summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config32
1 files changed, 17 insertions, 15 deletions
diff --git a/.config/sway/config b/.config/sway/config
index beeeb03..90549d9 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -5,12 +5,14 @@ set $down j
set $up k
set $right l
set $term alacritty
-set $browser mullvad-browser
+set $browser firefox
-set $menu wmenu-run -N "#000000" -s "#000000" -S "#bddeab" -M "#000000" -p "Run: "
+set $menu wmenu-run -N "#121212" -s "#121212" -S "#C9DE95" -M "#121212" -p "Run: "
exec wlsunset -T 4200
+exec waybar
+
exec wl-paste --watch cliphist store
exec swayidle -w \
@@ -147,23 +149,23 @@ smart_borders on
smart_gaps on
gaps inner 5
-client.focused #bddeab #bddeab #ffffff #bddeab #bddeab
+client.focused #C9DE95 #C9DE95 #ffffff #C9DE95 #C9DE95
client.unfocused #222222 #222222 #888888 #222222 #222222
-bar {
- status_command i3status
- position top
- colors {
- statusline #ffffff
- background #000000
- focused_workspace #000000 #000000 #ffffff
- active_workspace #000000 #000000 #888888
- inactive_workspace #000000 #000000 #444444
- }
-}
+# bar {
+# status_command i3status
+# position top
+# colors {
+# statusline #ffffff
+# background #000000
+# focused_workspace #000000 #000000 #ffffff
+# active_workspace #000000 #000000 #888888
+# inactive_workspace #000000 #000000 #444444
+# }
+# }
-include /etc/sway/config.d/*
+# include /etc/sway/config.d/*