ccd02e718b
Dropped xfwm for awesomewm Themed it accordingly, theme, icons, cursor, rofi Cleaned up picom for awesome and made better animations Install script cleanup and removed unneeded tools
34 lines
533 B
TOML
34 lines
533 B
TOML
[general]
|
|
|
|
[font]
|
|
size = 13
|
|
offset = { x = 0, y = 3 }
|
|
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
|
|
|
[window]
|
|
# startup_mode = "Maximized"
|
|
padding.x = 10
|
|
padding.y = 10
|
|
|
|
[cursor]
|
|
style.shape = "Beam"
|
|
style.blinking = "Always"
|
|
|
|
# LACKLUSTER COLORS
|
|
[colors.primary]
|
|
background = '#101010'
|
|
|
|
[colors.normal]
|
|
# black is gray0
|
|
black = '#111111'
|
|
red = '#C11F1F'
|
|
green = '#789978'
|
|
yellow = '#ffAA88'
|
|
blue = '#7788AA'
|
|
magenta = '#BD61A3'
|
|
# cyan is set to lack
|
|
cyan = '#708090'
|
|
# white is set to luster
|
|
white = '#DEEEED'
|
|
|