diff options
-rw-r--r-- | .gitignore | 13 | ||||
-rw-r--r-- | awesome/theme.lua | 2 | ||||
-rwxr-xr-x | sxhkd/sxhkdrc | 3 |
3 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f912720c --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ignore everything +* +# except these +!.gitignore +!awesome +!deadd +!herbstluftwm +!picom.conf +!starship.toml +!startpage +!sxhkd +!XMonad +!zsh diff --git a/awesome/theme.lua b/awesome/theme.lua index 70507fa0..bb113efe 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -9,7 +9,7 @@ local theme = {} theme.font = "Source Han Sans JP 9"--:style=Regular" -- "Ubuntu:style=Light 10" -- "sans 8" -theme.bg_normal = "#444444" -- 6c7164 +theme.bg_normal = "#171520" -- 6c7164 theme.bg_focus = "#d33682" theme.bg_urgent = "#dc322f" theme.bg_minimize = "#6c71ff" -- 444444 diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 4425de23..13f5bc94 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -4,6 +4,9 @@ super + shift + x killall sxhkd && sxhkd & +super + shift + w + nitrogen --restore + super + Return st |