colors
This commit is contained in:
parent
ded7406ee6
commit
223c156b21
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ extra, ... }:
|
||||
{
|
||||
home.file."bin/xinitrc" = {
|
||||
executable = true;
|
||||
|
|
|
@ -2,14 +2,23 @@
|
|||
{
|
||||
home.file.".config/i3/config".text = ''
|
||||
# i3 config file (v4)
|
||||
|
||||
gaps inner 10px
|
||||
gaps outer 5px
|
||||
default_border pixel 3
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #d79921 #d79921 #d79921 #d79921 #d79921
|
||||
client.focused_inactive #d79921 #d79921 #d79921 #d79921 #d79921
|
||||
client.unfocused #b57614 #b57614 #b57614 #b57614 #b57614
|
||||
client.urgent #cc241d #cc241d #cc241d #cc241d #cc241d
|
||||
|
||||
# plasma stuff
|
||||
exec --no-startup-id wmctrl -c Plasma
|
||||
for_window [title="Desktop @*"] kill; floating enable; border none
|
||||
|
||||
exec --no-startup-id picom -b
|
||||
|
||||
gaps inner 10px
|
||||
gaps outer 5px
|
||||
|
||||
for_window [class="plasmashell"] floating enable
|
||||
for_window [class="Kmix"] floating enable; border none
|
||||
for_window [class="kruler"] floating enable; border none
|
||||
|
|
Loading…
Reference in New Issue
Block a user