From 31bdb2c4f528af907645349fa66bd7ec0f03eb36 Mon Sep 17 00:00:00 2001
From: Alfred Burgess <aburgess@ucc.asn.au>
Date: Fri, 31 May 2024 14:27:28 +1000
Subject: [PATCH] Style changes and copy

---
 sway/config       | 17 +++++++++--------
 sway/config-fancy | 14 ++++++++++++++
 waybar/style.css  |  7 +------
 wl-copy           |  7 +++++++
 zshrc             |  3 ---
 5 files changed, 31 insertions(+), 17 deletions(-)
 create mode 100644 sway/config-fancy
 create mode 100644 wl-copy
 delete mode 100644 zshrc

diff --git a/sway/config b/sway/config
index 98b6d7f..63f0e83 100644
--- a/sway/config
+++ b/sway/config
@@ -1,12 +1,9 @@
 include catppuccin-frappe
 # Default config for sway
-#
-# Copy this to ~/.config/sway/config and edit it to your liking.
-#
 # Read `man 5 sway` for a complete reference.
 
 # Set font
-font pango:JetBrainsMono 10
+font pango: "JetBrains Mono" 10
 
 ### Variables
 #
@@ -18,13 +15,15 @@ set $down j
 set $up k
 set $right l
 # Your preferred terminal emulator
-set $term konsole
+set $term alacritty
 # Lockscreen command
 set $lockscreen swaylock -F
 
 # Wallpaper Daemon
 exec swww-daemon
 
+# Wayland compositor
+
 # Notification Daemon
 exec swaync
 # Toggle control center
@@ -48,10 +47,10 @@ exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t
 # Your preferred application launcher
 # Note: pass the final command to swaymsg so that the resulting window can be opened
 # on the original workspace that the command was run on.
-set $menu dmenu_path | wmenu | xargs swaymsg exec --
+set $menu dmenu_path | rofi -show combi -combi-modes "window,run" | xargs swaymsg exec --
 
-gaps inner 2
-gaps outer 5
+gaps inner 10
+gaps outer 20
 smart_gaps inverse_outer
 
 ### Output configuration
@@ -292,3 +291,5 @@ include /etc/sway/config.d/*
 
 exec_always "pkill -f 'python3? .+/swaymonad.py';  ~/.config/sway/swaymonad/swaymonad.py"
 
+# SwayFX Special Effects
+include config-fancy
diff --git a/sway/config-fancy b/sway/config-fancy
new file mode 100644
index 0000000..d37078f
--- /dev/null
+++ b/sway/config-fancy
@@ -0,0 +1,14 @@
+corner_radius 10
+
+# Adjust unfocussed Windows
+default_dim_inactive 0.5
+dim_inactive_colors.unfocused #00000088
+dim_inactive_colors.urgent #90000088
+
+# Bar between titlebar and content
+titlebar_separator disable
+
+# Window Shadows
+shadows enable
+shadow_blur_radius 20
+shadow_color #0000007F
diff --git a/waybar/style.css b/waybar/style.css
index 3c8cf99..693c777 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -2,12 +2,7 @@
 
 * {
     /* `otf-font-awesome` is required to be installed for icons */
-    font-family:
-      "JetBrains Mono",
-      "JetBrains Mono",
-      JetBrains Mono, JetBrains-mono,
-      FontAwesome,
-      Roboto, Helvetica, Arial, sans-serif;
+    font-family: "JetBrainsMono";
     font-size: 13px;
     color: @text;
 }
diff --git a/wl-copy b/wl-copy
new file mode 100644
index 0000000..a8f3ecc
--- /dev/null
+++ b/wl-copy
@@ -0,0 +1,7 @@
+my presonus com/products/detail/30733270
+my presonus com/products/detail/30733270
+my presonus com/products/detail/30733270
+my presonus com/products/detail/30733270
+pasteTest
+pasteTest
+pasteTest
diff --git a/zshrc b/zshrc
deleted file mode 100644
index e24a854..0000000
--- a/zshrc
+++ /dev/null
@@ -1,3 +0,0 @@
-# Created by newuser for 5.9
-alias vim=nvim
-alias kde=/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
-- 
GitLab