From d5d3fab8397d25e0d406d9ba6eddf0da3db12279 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: remove pink; add white --- .config/alacritty/alacritty.toml | 10 +++++----- .config/i3/config | 14 +++++--------- .config/polybar/config.ini | 40 ++++++++++++++++++++++++++++------------ 3 files changed, 38 insertions(+), 26 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 5c83523..68c584a 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -3,15 +3,15 @@ dynamic_padding = true opacity = 1.0 [font] -normal = {family="MartianMono Nerd Font Mono", style="Medium"} -bold = {family="MartianMono Nerd Font Mono", style="Bold"} -italic = {family="MartianMono Nerd Font Mono", style="Medium Italic"} -bold_italic = {family="MartianMono Nerd Font Mono", style="Bold Italic"} +normal = {family="FiraCode Nerd Font", style="Medium"} +bold = {family="FiraCode Nerd Font", style="Bold"} +italic = {family="FiraCode Nerd Font", style="Medium Italic"} +bold_italic = {family="FiraCode Nerd Font", style="Bold Italic"} offset.x = 0 offset.y = 0 -size = 11 +size = 13 [colors] draw_bold_text_with_bright_colors = true diff --git a/.config/i3/config b/.config/i3/config index 3f35669..f2cf078 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,13 +32,9 @@ bindsym Print exec --no-startup-id flameshot gui for_window [class="love"] floating enable for_window [instance="Godot_Engine"] floating enable -for_window [class="steam"] floating enable -gaps outer 0 -gaps inner 2 - -# default_border pixel 2 -# default_floating_border pixel 2 +default_border pixel 2 +default_floating_border pixel 2 floating_modifier $mod @@ -126,9 +122,9 @@ bindsym $mod+Shift+r restart 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'" # class border backgr. text indicator child_border -client.focused #ff3399 #ff3399 #ffffff #2e9ef4 #ff3399 -client.focused_inactive #333333 #333333 #999999 #484e50 #333333 -client.unfocused #000000 #000000 #999999 #292d2e #000000 +client.focused #ffffff #ffffff #000000 #ffffff #ffffff +client.focused_inactive #222222 #222222 #CACACA #ffffff #222222 +client.unfocused #000000 #000000 #CACACA #ffffff #000000 client.urgent #ff0000 #ff0000 #000000 #900000 #ffff00 client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 694ae4b..d312801 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -17,11 +17,19 @@ ;========================================================== [colors] -background = #222222 -background-alt = #333333 -foreground = #FFFFFF -primary = #FF3399 -secondary = #991133 +; background = #222222 +; background-alt = #333333 +; foreground = #CACACA +; primary = #FFFFFF +; secondary = #909090 +; alert = #A54242 +; disabled = #707880 + +background = #EFEFEF +background-alt = #CACACA +foreground = #000000 +primary = #555555 +secondary = #CACACA alert = #A54242 disabled = #707880 @@ -48,10 +56,10 @@ bottom = true separator = : separator-foreground = ${colors.disabled} -font-0 = MartianMono Nerd Font:size=11:weight=Medium;1 +font-0 = FiraCode Nerd Font:size=11:weight=Medium;1 -modules-left = user xworkspaces -modules-center = xwindow +modules-left = xwindow +modules-center = xworkspaces modules-right = pulseaudio memory cpu date time cursor-click = pointer @@ -108,17 +116,25 @@ tray-spacing = 16pt [module/xworkspaces] type = internal/xworkspaces -icon-0 = 10;  -icon-1 = 9;  +icon-0 = 1; +icon-1 = 2; +icon-2 = 3; +icon-3 = 4; +icon-4 = 5; +icon-5 = 6; +icon-6 = 7; +icon-7 = 8; +icon-8 = 9; +icon-9 = 10; icon-default = -label-active = %icon%%name% +label-active = %icon% %name% label-active-background = ${colors.background-alt} label-active-padding = 1 label-active-underline = ${colors.primary} -label-occupied = %icon%%name% +label-occupied = %icon% %name% label-occupied-padding = 1 label-urgent = %name% label-urgent-padding = 1 -- cgit v1.3-2-g0d8e