tokyonight theme for i3 windows

This commit is contained in:
aminnairi
2023-07-28 14:17:57 +02:00
parent 73406dc975
commit 382cceac20
+19
View File
@@ -51,6 +51,9 @@ floating_modifier $mod
# or left-clicking anywhere into the window while holding the floating modifier. # or left-clicking anywhere into the window while holding the floating modifier.
tiling_drag modifier titlebar tiling_drag modifier titlebar
# Alignment of the top title of a window (left, center or right)
title_align center
# start a terminal # start a terminal
bindsym $mod+Return exec alacritty bindsym $mod+Return exec alacritty
@@ -212,11 +215,27 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym XF86AudioPrev exec --no-startup-id playerctl previous
bindsym XF86AudioStop exec --no-startup-id playerctl stop bindsym XF86AudioStop exec --no-startup-id playerctl stop
# Window coloring
# class border backgr. text indicator child_border
client.focused #24283b #24283b #c0caf5 #c0caf5 #285577
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.unfocused #333333 #222222 #888888 #292d2e #222222
client.urgent #2f343a #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
# 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)
bar { bar {
status_command node $HOME/.config/i3/i3status status_command node $HOME/.config/i3/i3status
# Padding top, bottom, left & right
padding 3px
# Position of the bar relative to the screen (top or bottom)
position top
colors { colors {
background #24283b background #24283b
statusline #c0caf5 statusline #c0caf5