aboutsummaryrefslogtreecommitdiffstats
path: root/info.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-16 23:30:14 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-16 23:30:28 +0100
commite106fc0cc2c604101ceb8c0385334c4a31575dd9 (patch)
treea2a630309dfdb0b47880e339c87c75a41de6343a /info.yml
parent727770628ebc8a23ce9674317edc99ecaf997040 (diff)
Replace rofi with wofi
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: