aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Marin <144999446+eric-marin@users.noreply.github.com>2025-03-10 18:25:31 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-10 18:27:45 +0100
commit04d957a4d276c6c18570d6d658b17bed36f3190b (patch)
tree96db74dc771fdc544178dacb972d3b02f9012832
parent9a9c9b4eda4ab14e7837c90f2bdeb980c10ca9cb (diff)
downloaddotfiles-04d957a4d276c6c18570d6d658b17bed36f3190b.tar.gz
dotfiles-04d957a4d276c6c18570d6d658b17bed36f3190b.zip
Update README.md
-rw-r--r--README.md2
-rw-r--r--waybar/style.css86
2 files changed, 2 insertions, 86 deletions
diff --git a/README.md b/README.md
index f237d28..a079053 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,5 @@ These are current my dotfiles:
- Statusbar: [waybar](https://github.com/Alexays/Waybar)
- Editor: [neovim](https://github.com/neovim/neovim)
- Colorscheme: [wallust](https://codeberg.org/explosion-mental/wallust)
+
+The missing configuration files are in ```wallust/templates/```
diff --git a/waybar/style.css b/waybar/style.css
deleted file mode 100644
index 33370ec..0000000
--- a/waybar/style.css
+++ /dev/null
@@ -1,86 +0,0 @@
-* {
- font-family: Hack Nerd Font;
-}
-
-window#waybar {
- background: #212118;
- color: #F1EFDA;
-}
-
-.modules-left, .modules-center, .modules-right {
- padding: 1px;
-}
-
-#clock,#network,#bluetooth,#backlight,#pulseaudio,
-#battery,#disk,#temperature,#memory,#cpu {
- padding-left: 3px;
- padding-right: 3px;
- border-color: #64645B;
- border-style: solid;
- border-width: 1px;
-}
-#network,#bluetooth,#backlight,#pulseaudio {
- border-left-width: 0px;
-}
-#disk,#temperature,#memory,#cpu {
- border-right-width: 0px;
-}
-
-#clock {
- background: #A95758;
-}
-#network {
- background: #928982;
-}
-#bluetooth {
- background: #CE5B5D;
-}
-#backlight {
- background: #8B8A92;
-}
-#pulseaudio {
- background: #8D7C66;
-}
-#battery {
- background: #A95758;
-}
-#disk {
- background: #928982;
-}
-#temperature {
- background: #CE5B5D;
-}
-#memory {
- background: #8B8A92;
-}
-#cpu {
- background: #8D7C66;
-}
-
-tooltip {
- background: #45453A;
-}
-tooltip label {
- color: #F1EFDA;
-}
-
-#tray menu {
- background: #45453A;
- color: #F1EFDA;
-}
-
-#bluetooth.off, #pulseaudio.muted, #network.disconnected, #battery.warning {
- background: #45453A;
-}
-#bluetooth.off {
- color: #CE5B5D;
-}
-#pulseaudio.muted {
- color: #8D7C66;
-}
-#network.disconnected {
- color: #928982;
-}
-#battery.warning {
- color: #A95758;
-}