some changes on laptop

This commit is contained in:
2025-06-25 20:36:50 +02:00
parent 7829af72ac
commit b402f06c86
3 changed files with 48 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ index = 17
color = "#f5e0dc"
[font]
size = 16.0
size = 18.0
[font.normal]
family = "Fira Code Nerd Font"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View File

@@ -2,6 +2,33 @@
#Wallpaper path
set $wallpaper_path '/home/wholteza/.config/feh/wallpaper.png'
set $rosewater #f5e0dc
set $flamingo #f2cdcd
set $pink #f5c2e7
set $mauve #cba6f7
set $red #f38ba8
set $maroon #eba0ac
set $peach #fab387
set $yellow #f9e2af
set $green #a6e3a1
set $teal #94e2d5
set $sky #89dceb
set $sapphire #74c7ec
set $blue #89b4fa
set $lavender #b4befe
set $text #cdd6f4
set $subtext1 #bac2de
set $subtext0 #a6adc8
set $overlay2 #9399b2
set $overlay1 #7f849c
set $overlay0 #6c7086
set $surface2 #585b70
set $surface1 #45475a
set $surface0 #313244
set $base #1e1e2e
set $mantle #181825
set $crust #11111b
set $nord-aurora-red #bf616a
set $nord-aurora-orange #d08770
set $nord-aurora-yellow #ebcb8b
@@ -205,30 +232,30 @@ mode "resize" {
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
# target title bg text indicator border
client.focused $lavender $base $text $rosewater $lavender
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
client.unfocused $overlay0 $base $text $rosewater $overlay0
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base
# bar
bar {
colors {
background $nord-polar-1
separator $nord-polar-3
#name border background text
focused_workspace $nord-aurora-green $nord-aurora-green $nord-polar-1
inactive_workspace $nord-polar-2 $nord-polar-2 $nord-snow-3
urgent_workspace $nord-aurora-red $nord-aurora-red $nord-snow-3
}
colors {
background $base
statusline $text
focused_statusline $text
focused_separator $base
status_command i3blocks
# target border bg text
focused_workspace $base $mauve $crust
active_workspace $base $surface2 $text
inactive_workspace $base $base $text
urgent_workspace $base $red $crust
}
}
# window colors
#name border background text indicator
client.focused $nord-polar-1 $nord-polar-1 $nord-frost-2 $nord-frost-1
client.unfocused $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
client.focused_inactive $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
client.urgent $nord-polar-1 $nord-polar-1 $nord-aurora-red $nord-frost-1
#Wallpaper
exec_always feh --bg-fill /$wallpaper_path