From 656ffdfa7335979e5424da99bdbe1a5eec87a8a1 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 10 Oct 2020 02:43:08 -0300 Subject: [PATCH] use wofi --- dotfiles/scripts/launcher | 2 +- dotfiles/scripts/wdmenu | 4 ++-- dotfiles/wofi/style.css | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dotfiles/scripts/launcher b/dotfiles/scripts/launcher index 51dbe63..6828084 100755 --- a/dotfiles/scripts/launcher +++ b/dotfiles/scripts/launcher @@ -1,4 +1,4 @@ #!/bin/fish -command -qs bmenu && exec bmenu run command -qs wofi && exec wofi --show drun --allow-images --no-actions --prompt 'Iniciar: ' +command -qs bmenu && exec bmenu run diff --git a/dotfiles/scripts/wdmenu b/dotfiles/scripts/wdmenu index 4e7c6b2..07554c2 100755 --- a/dotfiles/scripts/wdmenu +++ b/dotfiles/scripts/wdmenu @@ -1,6 +1,6 @@ #!/bin/fish -command -qs bmenu && - exec bmenu $argv command -qs wofi && exec wofi -d $argv +command -qs bmenu && + exec bmenu $argv diff --git a/dotfiles/wofi/style.css b/dotfiles/wofi/style.css index 817cec9..2739062 100644 --- a/dotfiles/wofi/style.css +++ b/dotfiles/wofi/style.css @@ -1,19 +1,19 @@ *{ - color:#ccc; + color:{{@@ color.txt @@}}; } -window { - background-color: #cc5757; -} +window { + background-color: {{@@ color.accent @@}}; +} -#input { - margin-bottom: 5px ; - background-color: #202020; -} +#input { + margin-bottom: 5px ; + background-color: {{@@ color.bg @@}}; +} -#outer-box { - margin: 2px; +#outer-box { + margin: 2px; padding: 15px ; - padding-bottom:0; - background-color: #202020; -} + padding-bottom:0; + background-color: {{@@ color.bg @@}}; +}