aboutsummaryrefslogtreecommitdiffstats
path: root/info.yml
diff options
context:
space:
mode:
Diffstat (limited to 'info.yml')
-rw-r--r--info.yml26
1 files changed, 21 insertions, 5 deletions
diff --git a/info.yml b/info.yml
index 6d6db08..503cf6d 100644
--- a/info.yml
+++ b/info.yml
@@ -149,17 +149,33 @@ sections:
to: ~/.config/mako/config
# Copy rofi configurations
- configure-rofi:
- directory: "rofi"
+ #configure-rofi:
+ # directory: "rofi"
+ # tags: ["config"]
+ # preconditions:
+ # os: "linux"
+ # steps:
+ # - ==: run
+ # command: "mkdir -p ~/.config/rofi"
+ # - ==: link
+ # from: config.rasi
+ # to: ~/.config/rofi/config.rasi
+
+ # Copy wofi configurations
+ configure-wofi:
+ directory: "wofi"
tags: ["config"]
preconditions:
os: "linux"
steps:
- ==: run
- command: "mkdir -p ~/.config/rofi"
+ command: "mkdir -p ~/.config/wofi"
+ - ==: link
+ from: config
+ to: ~/.config/wofi/config
- ==: link
- from: config.rasi
- to: ~/.config/rofi/config.rasi
+ from: style.css
+ to: ~/.config/wofi/style.css
# Copy sway configurations
configure-sway: