Compare commits

...

2 Commits

3 changed files with 16 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
{
imports = [
./01_shaders_bar-spectrum.nix
./02_shaders_nothern-lights.nix
./02_shaders_northern-lights.nix
./03_shaders_pass-through.nix
./04_shaders_spectrogram.nix
./05_shaders_winamp-line-style-spectrum.nix

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
home.file.".config/eww/windows/ascii/audio_status.yuck".text = ''
home.file.".config/eww/windows/ascii/audio_status.yuck".source = ''
;; audio_status
;; Text displaying audio status.
;; Anchored top outside visualizer
@@ -19,7 +19,7 @@
)
'';
home.file.".config/eww/windows/ascii/visualizer_window.yuck".text = ''
home.file.".config/eww/windows/ascii/visualizer_window.yuck".source = ''
;; visualizer window
;; Displays ASCII visual for audio activity.
;; Anchored very top
@@ -58,7 +58,7 @@
:class "visualizer-text"))))
'';
home.file.".config/eww/windows/bar/cpu_ram_storage_bars.yuck".text = ''
home.file.".config/eww/windows/bar/cpu_ram_storage_bars.yuck".source = ''
;; CPU RAM Storage
;; Text displaying cpu load, ram usage, storage
;; Anchored middle left
@@ -104,7 +104,7 @@
)
'';
home.file.".config/eww/windows/misc/welcome_text.yuck".text = ''
home.file.".config/eww/windows/misc/welcome_text.yuck".source = ''
;; welcome text
;; Text displaying date and weather in cyrilic
;; Anchored right screen
@@ -127,7 +127,7 @@
)
'';
home.file.".config/eww/windows/net/ascii_decor_frame.yuck".text = ''
home.file.".config/eww/windows/net/ascii_decor_frame.yuck".source = ''
;; ascii decor frame
;; Text displaying audio status.
;; Anchored top inside visualizer
@@ -145,7 +145,7 @@
)
'';
home.file.".config/eww/windows/net/net_bars.yuck".text = ''
home.file.".config/eww/windows/net/net_bars.yuck".source = ''
;; net bars
;; Text header and vectors showing network info
;; Anchored bottom
@@ -197,7 +197,7 @@
)
'';
home.file.".config/eww/windows/net/right_internet_text.yuck".text = ''
home.file.".config/eww/windows/net/right_internet_text.yuck".source = ''
;; right internet text
;; Text displaying ping and vpn status
;; Anchored top very bottom right
@@ -223,7 +223,7 @@
)
'';
home.file.".config/eww/windows/sys/active_workspace.yuck".text = ''
home.file.".config/eww/windows/sys/active_workspace.yuck".source = ''
;; active workspace
;; Text displaying active/inactive workspaces
;; Anchored middle right
@@ -274,7 +274,7 @@
;; (label :text "Workspace 4" :class "label-primary")))
'';
home.file.".config/eww/windows/sys/four_boxes.yuck".text = ''
home.file.".config/eww/windows/sys/four_boxes.yuck".source = ''
;; four boxes
;; four boxes showing uptime, battery life, cpu temp, gpu temp
;; Anchored top
@@ -320,7 +320,7 @@
)
'';
home.file.".config/eww/windows/sys/orange_workspace.yuck".text = ''
home.file.".config/eww/windows/sys/orange_workspace.yuck".source = ''
;; orange workspace
;; Vectors displaying reactor number in cyrilic text
;; Anchored middle right
@@ -339,7 +339,7 @@
(box :class "info-right-box" :valign "end" :halign "start" (label :text "Г4" :class "info-right-text" ))))
'';
home.file.".config/eww/windows/sys/power_cooling_header_text.yuck".text = ''
home.file.".config/eww/windows/sys/power_cooling_header_text.yuck".source = ''
;; power cooling header
;; Text displaying header for cooling and power
;; Anchored bottom
@@ -364,7 +364,7 @@
)
'';
home.file.".config/eww/windows/sys/power_mode_text.yuck".text = ''
home.file.".config/eww/windows/sys/power_mode_text.yuck".source = ''
;; power mode text
;; Text displaying power in cyrilic text
;; Anchored bottom left
@@ -410,7 +410,7 @@
)
'';
home.file.".config/eww/windows/sys/right_fan-data.yuck".text = ''
home.file.".config/eww/windows/sys/right_fan-data.yuck".source = ''
;; right fan data
;; Text displaying cooling and fan RPM
;; Anchored bottom right
@@ -451,7 +451,7 @@
)
'';
home.file.".config/eww/windows/sys/workspace_window_text.yuck".text = ''
home.file.".config/eww/windows/sys/workspace_window_text.yuck".source = ''
;; workspace window text
;; Text and ascii showing active workspace number
;; Anchored top middle

View File

@@ -11,6 +11,7 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# nix.registry.nixpkgs.flake = nixpkgs;
nixpkgs.config.allowUnfree = true;
environment.extraInit = ''