summaryrefslogtreecommitdiff
path: root/home-config/wofi
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
commit2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch)
tree71785091dbd341919dda5832a2ccceb0601185b6 /home-config/wofi
parentupdate configs and virt packages (diff)
downloaddotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to 'home-config/wofi')
-rw-r--r--home-config/wofi/config.bak6
-rw-r--r--home-config/wofi/style.css.bak54
2 files changed, 0 insertions, 60 deletions
diff --git a/home-config/wofi/config.bak b/home-config/wofi/config.bak
deleted file mode 100644
index 6b28876..0000000
--- a/home-config/wofi/config.bak
+++ /dev/null
@@ -1,6 +0,0 @@
-key_expand=Tab
-term=alacritty
-matching=multi-contains
-insensitive=true
-gtk_dark=true
-hide_scroll=true
diff --git a/home-config/wofi/style.css.bak b/home-config/wofi/style.css.bak
deleted file mode 100644
index 7d9f449..0000000
--- a/home-config/wofi/style.css.bak
+++ /dev/null
@@ -1,54 +0,0 @@
-window {
- margin: 0px;
- /*border: 1px solid #79b5b3;*/
- background-color: #1d1b2b;
- border-radius: 5px;
-}
-
-#input {
- margin: 5px;
- border: none;
- color: #d5d8ed;
- border-radius: 5px;
- background-color: #44475a;
-}
-
-#input:selected {
- border: inherit;
-}
-
-#inner-box {
- margin: 5px;
- border: none;
- background-color: inherit;
-}
-
-#outer-box {
- margin: 5px;
- border: none;
- background-color: inherit;
-}
-
-#scroll {
- margin: 0px;
- border: none;
-}
-
-#text {
- margin: 5px;
- border: none;
- color: #d5d8ed;
-}
-
-#img {
- background-color: transparent;
-}
-
-#entry {
- border: none;
-}
-
-#entry:selected {
- background-color: #44475a;
- border-radius: 5px;
-}