Skip to content

Commit

Permalink
rework configs
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Nov 16, 2021
1 parent 46ded26 commit 57eecd0
Show file tree
Hide file tree
Showing 12 changed files with 469 additions and 34 deletions.
3 changes: 2 additions & 1 deletion default.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
link:
# relink: true
create: true
force: true
# force: true

- clean: ['~']

- link:
~/.config/espanso/default.yml: general/espanso/default.yml
~/.config/espanso/user: general/espanso/user
~/.config/starship.toml: general/starship.toml
~/.config/dunst/dunstrc: general/dunstrc
~/.zshrc: general/zshrc
~/.config/yabar/yabar.conf: general/yabar.conf
~/.config/polybar/config: general/polybar.config
Expand Down
7 changes: 0 additions & 7 deletions dev.conf.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
- defaults:
link:
relink: true
create: true
force: true


- shell:
-
command : yay --needed --noconfirm -S jdk8-openjdk openjdk8-doc openjdk8-src
Expand Down
4 changes: 3 additions & 1 deletion general/compton.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ shadow-ignore-shaped = false;
#################################

inactive-opacity = 0.7;
active-opacity = 0.9;
active-opacity = 0.95;
frame-opacity = 0.7;
inactive-opacity-override = false;
# alpha-step = 0.06;
Expand Down Expand Up @@ -122,6 +122,8 @@ opacity-rule = [
"99:class_g ~= 'notion-nativefier.*'",
"99:class_g ~= 'Minecraft.*'",
"99:class_g ~= 'FML.*'",
"99:class_g = 'obsidian'",
"99:class_g = 'Slack'",
"99:class_g = 'Vlc'",
"99:class_g = 'zoom'",
"99:class_g = 'audible-for-linux'"
Expand Down
Loading

0 comments on commit 57eecd0

Please sign in to comment.