mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
tokyonight theme for i3 windows
This commit is contained in:
@@ -51,6 +51,9 @@ floating_modifier $mod
|
||||
# or left-clicking anywhere into the window while holding the floating modifier.
|
||||
tiling_drag modifier titlebar
|
||||
|
||||
# Alignment of the top title of a window (left, center or right)
|
||||
title_align center
|
||||
|
||||
# start a terminal
|
||||
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 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
|
||||
# finds out, if available)
|
||||
bar {
|
||||
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 {
|
||||
background #24283b
|
||||
statusline #c0caf5
|
||||
|
||||
Reference in New Issue
Block a user