todo
This commit is contained in:
parent
423a632020
commit
c613b079d6
3 changed files with 12 additions and 11 deletions
5
TODO
5
TODO
|
@ -1,2 +1,3 @@
|
|||
use exa?
|
||||
fix xonsh, implement plugins
|
||||
change helix theme:
|
||||
- make selection cursor visible against selection
|
||||
- copy gruvbox theme's colouring and modifiers
|
|
@ -1,5 +1,6 @@
|
|||
exec-once = eww open bar
|
||||
exec-once = swayidle -w timeout 300 'gtklock' timeout 900 'systemctl suspend'
|
||||
exec-once = swayidle -w timeout 300 'gtklock'
|
||||
exec-once = swayidle timeout 900 'systemctl suspend'
|
||||
exec-once = ckb-next -c -b
|
||||
exec-once = swaybg -i #BGIMAGE -m fill
|
||||
exec-once = xrdb -l ~/.Xresources
|
||||
|
|
15
pal.conf
15
pal.conf
|
@ -1,8 +1,10 @@
|
|||
background #272a2a
|
||||
foreground #cecbca
|
||||
|
||||
color0 #12282a
|
||||
color0 #1b2021
|
||||
color8 #202e2f
|
||||
color1 #da5143
|
||||
color9 #da827a
|
||||
color1 #c43325
|
||||
color9 #c46056
|
||||
color2 #8cc992
|
||||
color10 #c2dab0
|
||||
color3 #ffb852
|
||||
|
@ -16,11 +18,8 @@ color14 #8cc4c9
|
|||
color7 #b0c2da
|
||||
color15 #caccce
|
||||
|
||||
background #272a2a
|
||||
foreground #cecbca
|
||||
|
||||
selection_background #272a2a
|
||||
selection_background #202e2f
|
||||
selection_foreground #5299ff
|
||||
|
||||
cursor #da827a
|
||||
cursor #caccce
|
||||
cursor_text_color #529ff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue