mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Made font slighty larger for desktop
This commit is contained in:
parent
7f3cde64d5
commit
2420127c75
@ -23,13 +23,13 @@ font pango:NimbusSans Bold 10
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec gnome-terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'NimbusSans:bold:pixelsize=16'
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'NimbusSans:bold:pixelsize=20'
|
||||
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
@ -172,7 +172,7 @@ bindsym $mod+r mode "resize"
|
||||
bar {
|
||||
position top
|
||||
status_command i3status
|
||||
font pango: NimbusSans Bold 11
|
||||
font pango: NimbusSans Bold 13
|
||||
colors{
|
||||
background #000000
|
||||
statusline #0288D1
|
||||
|
Loading…
x
Reference in New Issue
Block a user