diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 97c3c62..5381771 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,4 +1,4 @@ -title = ghostty +title =  spooky terminal font-family = JetBrainsMono Nerd Font font-size = 16.0 diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5a5a874..ade485d 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -47,7 +47,7 @@ exec_always --no-startup-id bash ~/.config/polybar/launch_polybar.sh # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -e -c 7070bb # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -66,7 +66,7 @@ bindsym $mod+Shift+r restart ## exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" ## lock screen -bindsym $mod+Escape exec i3lock +bindsym $mod+Escape exec i3lock --nofork -e -c 7070bb ## kill focused window bindsym $mod+Shift+q kill ## start/kill compositor @@ -217,3 +217,5 @@ client.urgent $transp $back_focus $text_focus $transp $transp client.placeholder $transp $back_focus $text_focus $transp $transp client.background #ffffff + +exec workspace number $sw1 diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 23b8084..a1e2220 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -16,7 +16,6 @@ transparent-clipping = false; opacity-rule = [ "90:class_g = 'Alacritty'", "90:class_g = 'com.mitchellh.ghostty'", - "85:class_g = 'Polybar'", "95:class_g = 'SpeedCrunch'", ]; diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index e030ad4..4824295 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -17,7 +17,7 @@ ;========================================================== [colors] -background = #080b1b +background = #080b16 background-alt = #373B41 foreground = #C5C8C6 primary = #15D7E5 @@ -25,6 +25,7 @@ secondary = #8ABEB7 alert = #A54242 disabled = #707880 magenta = #E02482 +light-magenta = #FFA0D0 cyan = #15D7E5 [bar/toph] @@ -178,7 +179,7 @@ interval = 1 date = %Y-%m-%d %H:%M:%S label = %date% -label-foreground = ${colors.magenta} +label-foreground = ${colors.light-magenta} [settings] screenchange-reload = true