some changes on laptop
This commit is contained in:
@@ -65,7 +65,7 @@ index = 17
|
|||||||
color = "#f5e0dc"
|
color = "#f5e0dc"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 16.0
|
size = 18.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Fira Code Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 164 KiB |
@@ -2,6 +2,33 @@
|
|||||||
#Wallpaper path
|
#Wallpaper path
|
||||||
set $wallpaper_path '/home/wholteza/.config/feh/wallpaper.png'
|
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-red #bf616a
|
||||||
set $nord-aurora-orange #d08770
|
set $nord-aurora-orange #d08770
|
||||||
set $nord-aurora-yellow #ebcb8b
|
set $nord-aurora-yellow #ebcb8b
|
||||||
@@ -205,30 +232,30 @@ mode "resize" {
|
|||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# target title bg text indicator border
|
||||||
# finds out, if available)
|
client.focused $lavender $base $text $rosewater $lavender
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||||
# finds out, if available)
|
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 {
|
bar {
|
||||||
colors {
|
colors {
|
||||||
background $nord-polar-1
|
background $base
|
||||||
separator $nord-polar-3
|
statusline $text
|
||||||
#name border background text
|
focused_statusline $text
|
||||||
focused_workspace $nord-aurora-green $nord-aurora-green $nord-polar-1
|
focused_separator $base
|
||||||
inactive_workspace $nord-polar-2 $nord-polar-2 $nord-snow-3
|
|
||||||
urgent_workspace $nord-aurora-red $nord-aurora-red $nord-snow-3
|
# target border bg text
|
||||||
|
focused_workspace $base $mauve $crust
|
||||||
|
active_workspace $base $surface2 $text
|
||||||
|
inactive_workspace $base $base $text
|
||||||
|
urgent_workspace $base $red $crust
|
||||||
}
|
}
|
||||||
|
|
||||||
status_command i3blocks
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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
|
#Wallpaper
|
||||||
exec_always feh --bg-fill /$wallpaper_path
|
exec_always feh --bg-fill /$wallpaper_path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user