mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
i3: minor style fixes.
This commit is contained in:
parent
c89f88c2b1
commit
d8291651ee
1 changed files with 17 additions and 17 deletions
34
i3/config
34
i3/config
|
|
@ -6,26 +6,26 @@
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
|
|
||||||
set_from_resource $color_bg i3wm.background #0E1019
|
set_from_resource $color_bg i3wm.background #0E1019
|
||||||
set_from_resource $color_fg i3wm.foreground #eceef4
|
set_from_resource $color_fg i3wm.foreground #eceef4
|
||||||
|
|
||||||
set_from_resource $color_red i3wm.color1 #F38BA8
|
set_from_resource $color_red i3wm.color1 #F38BA8
|
||||||
set_from_resource $color_green i3wm.color2 #A6E3A1
|
set_from_resource $color_green i3wm.color2 #A6E3A1
|
||||||
set_from_resource $color_yellow i3wm.color3 #F9E2AF
|
set_from_resource $color_yellow i3wm.color3 #F9E2AF
|
||||||
set_from_resource $color_blue i3wm.color4 #89B4FA
|
set_from_resource $color_blue i3wm.color4 #89B4FA
|
||||||
set_from_resource $color_magenta i3wm.color5 #F5C2E7
|
set_from_resource $color_magenta i3wm.color5 #F5C2E7
|
||||||
|
|
||||||
set_from_resource $color_gray0 i3wm.colorGray0 #383a43
|
set_from_resource $color_gray0 i3wm.colorGray0 #383a43
|
||||||
set_from_resource $color_gray1 i3wm.colorGray1 #404754
|
set_from_resource $color_gray1 i3wm.colorGray1 #404754
|
||||||
|
|
||||||
set_from_resource $color_win_focus_fg i3wm.foreground #eceef4
|
set_from_resource $color_win_focus_fg i3wm.foreground #eceef4
|
||||||
set_from_resource $color_win_focus_bg i3wm.colorGray1 #1a1c2d
|
set_from_resource $color_win_focus_bg i3wm.colorGray1 #1a1c2d
|
||||||
set_from_resource $color_win_unfocus_fg i3wm.foreground #eceef4
|
set_from_resource $color_win_unfocus_fg i3wm.foreground #eceef4
|
||||||
set_from_resource $color_win_unfocus_bg i3wm.colorGray0 #1a1c2d
|
set_from_resource $color_win_unfocus_bg i3wm.colorGray0 #1a1c2d
|
||||||
set_from_resource $color_win_urgent_fg i3wm.foreground #eceef4
|
set_from_resource $color_win_urgent_fg i3wm.foreground #eceef4
|
||||||
set_from_resource $color_win_urgent_bg i3wm.color1 #cc817f
|
set_from_resource $color_win_urgent_bg i3wm.color1 #cc817f
|
||||||
|
|
||||||
set_from_resource $color_border i3wm.colorOverlay0 #1a1c2d
|
set_from_resource $color_border i3wm.colorOverlay0 #1a1c2d
|
||||||
|
|
||||||
set $background_image /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg
|
set $background_image /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg
|
||||||
|
|
||||||
|
|
@ -68,8 +68,8 @@ font pango:JetBrainsMono NF Regular 12
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
#bindsym $mod+Return exec urxvt -e fish
|
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+x kill
|
bindsym $mod+x kill
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue