diff --git a/sway/config b/sway/config index 98b6d7f3f9b27d33bdb1ddc8b6d7d7a33bdff8b7..63f0e837fcc19984a4af398a8692a19a9ba13ec9 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 0000000000000000000000000000000000000000..d37078ff0f399cda3b55d04dc7fafee60cf370ac --- /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 3c8cf99a078c3fb2dd101ac37801d9aa8785ff41..693c77712d49fba0101f7a4fe245bfabc5555b84 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 0000000000000000000000000000000000000000..a8f3ecc917048cf35568e78a4cec62478a7c034b --- /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 e24a854d035c8c326c86208c48f0bafe81e35882..0000000000000000000000000000000000000000 --- 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