From ff35e25048720e72dc1139398b8b818c5720b82d Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Tue, 16 Mar 2021 16:14:21 +0100 Subject: [PATCH] REEEEEEEEEEEEEEEEEEEEEE --- .../configstore/update-notifier-npm.json | 8 +- files/.config/eww/eww.scss | 36 ++++- files/.config/eww/eww.xml | 58 ++++++-- files/.config/eww/example/eww.scss | 87 ++++++++++++ files/.config/eww/example/eww.xml | 125 ++++++++++++++++++ files/.config/eww/foo.xml | 13 ++ files/.config/eww/scripts/workspaces.sh | 28 ++++ files/.xmonad/lib/Config.hs | 76 ++++------- files/.xmonad/result | 2 +- files/github_gruvbox_simple.css | 104 +++++++++++++++ files/nix-stuff/nixpkgs/modules/desktop.nix | 11 ++ .../nixpkgs/modules/term/zsh/default.nix | 98 +++++++------- files/nix-stuff/nixpkgs/toys.nix | 2 +- files/scripts/bazecor.sh | 2 +- 14 files changed, 536 insertions(+), 114 deletions(-) create mode 100644 files/.config/eww/example/eww.scss create mode 100644 files/.config/eww/example/eww.xml create mode 100644 files/.config/eww/foo.xml create mode 100644 files/.config/eww/scripts/workspaces.sh create mode 100644 files/github_gruvbox_simple.css diff --git a/files/.config/configstore/update-notifier-npm.json b/files/.config/configstore/update-notifier-npm.json index f2bade8..07c89e0 100644 --- a/files/.config/configstore/update-notifier-npm.json +++ b/files/.config/configstore/update-notifier-npm.json @@ -1,10 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1609704527220, - "update": { - "latest": "6.14.10", - "current": "6.14.9", - "type": "patch", - "name": "npm" - } + "lastUpdateCheck": 1615367685427 } \ No newline at end of file diff --git a/files/.config/eww/eww.scss b/files/.config/eww/eww.scss index 1bdbc37..cc0b32d 100644 --- a/files/.config/eww/eww.scss +++ b/files/.config/eww/eww.scss @@ -75,7 +75,6 @@ scale trough { } } - .this { border: 10px solid blue; } @@ -93,3 +92,38 @@ scale trough { .lol { color: red; } + +window { + background: none; +} + +progressbar { + min-width: 1px; + + trough { + min-width: 1px; + //background-color: #ebdbb255; + } + + &, & * { + all: unset; + } + + progress { + min-width: 1px; + //background-color: #8CD68F; + //box-shadow: 0 0 10px 3px #8CD68F22; + } +} + +progressbar progress { + background: repeating-linear-gradient(0deg, #458588, #8ec07c); /*, #b8bb26, #fabd2f);*/ + background-size: 100% 200%; + + animation: AnimationName 1s linear infinite; +} + +@keyframes AnimationName { + 0%{background-position:0% 0%} + 100%{background-position:0% 200%} +} diff --git a/files/.config/eww/eww.xml b/files/.config/eww/eww.xml index 5fcfa69..e612ee4 100644 --- a/files/.config/eww/eww.xml +++ b/files/.config/eww/eww.xml @@ -1,9 +1,29 @@ + + + + + + + testing {{shit}} + + is shit true? {{shit == true}} + is shit "shit"? {{shit == "shit"}} + + true and false 🤔 {{ true && false }} + fancy ass math {{ 12 + 5 * 12 * 4 }} + + + hi + ho + + + @@ -12,6 +32,8 @@ notify-send 'ree' 'this is {{shit}}' + + @@ -24,8 +46,9 @@ {{text}}