Nord theme

This commit is contained in:
Johannes Rothe 2021-08-27 17:43:37 +02:00
parent 49addc6241
commit d73072d041
3 changed files with 12 additions and 2 deletions

View File

@ -27,6 +27,9 @@ new_window 1pixel
# start a terminal # start a terminal
bindsym $mod+Return exec gnome-terminal bindsym $mod+Return exec gnome-terminal
# set background
exec --no-startup-id "hsetroot -center ~/pictures/wallpaper/malle.png"
# lock # lock
bindsym Mod1+l exec i3lock-fancy bindsym Mod1+l exec i3lock-fancy
@ -167,11 +170,17 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
# https://i3wm.org/docs/userguide.html#_colors
bar { bar {
status_command i3status status_command i3status
font pango:Roboto 10 font pango:Roboto 10
colors { colors {
background #333333 background #3b4252
statusline #eff0f1 statusline #d8dee9
separator #88c0d0
urgent_workspace #bf616a #bf616a #3b4252
inactive_workspace #2e3440 #3b4252 #d8dee9
active_workspace #5e81ac #5e81ac #eceff4
focused_workspace #5e81ac #5e81ac #eceff4
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

@ -12,6 +12,7 @@
- fish - fish
- fzf - fzf
- htop - htop
- hsetroot
- ispell - ispell
- i3 - i3
- i3lock-fancy - i3lock-fancy