diff --git a/sdgos/wayshell/configs/examples/colors.css b/sdgos/wayshell/configs/examples/colors.css deleted file mode 100644 index b29fb9c..0000000 --- a/sdgos/wayshell/configs/examples/colors.css +++ /dev/null @@ -1,105 +0,0 @@ -/* -* Css Colors -* Generated with Matugen -*/ - - @define-color background #0d141c; - - @define-color error #ffb4ab; - - @define-color error_container #93000a; - - @define-color inverse_on_surface #2a3139; - - @define-color inverse_primary #0062a0; - - @define-color inverse_surface #dde3ee; - - @define-color on_background #dde3ee; - - @define-color on_error #690005; - - @define-color on_error_container #ffdad6; - - @define-color on_primary #003256; - - @define-color on_primary_container #d0e4ff; - - @define-color on_primary_fixed #001d35; - - @define-color on_primary_fixed_variant #00497a; - - @define-color on_secondary #22304c; - - @define-color on_secondary_container #d8e2ff; - - @define-color on_secondary_fixed #0c1b36; - - @define-color on_secondary_fixed_variant #394664; - - @define-color on_surface #dde3ee; - - @define-color on_surface_variant #c0c7d2; - - @define-color on_tertiary #282c5a; - - @define-color on_tertiary_container #e0e0ff; - - @define-color on_tertiary_fixed #121644; - - @define-color on_tertiary_fixed_variant #3e4372; - - @define-color outline #8b919b; - - @define-color outline_variant #414750; - - @define-color primary #9bcaff; - - @define-color primary_container #00497a; - - @define-color primary_fixed #d0e4ff; - - @define-color primary_fixed_dim #9bcaff; - - @define-color scrim #000000; - - @define-color secondary #b8c6ea; - - @define-color secondary_container #394664; - - @define-color secondary_fixed #d8e2ff; - - @define-color secondary_fixed_dim #b8c6ea; - - @define-color shadow #000000; - - @define-color source_color #6c8cb0; - - @define-color surface #0d141c; - - @define-color surface_bright #333a42; - - @define-color surface_container #192028; - - @define-color surface_container_high #242b33; - - @define-color surface_container_highest #2f353e; - - @define-color surface_container_low #151c24; - - @define-color surface_container_lowest #080f16; - - @define-color surface_dim #0d141c; - - @define-color surface_tint #9bcaff; - - @define-color surface_variant #414750; - - @define-color tertiary #bfc2fa; - - @define-color tertiary_container #3e4372; - - @define-color tertiary_fixed #e0e0ff; - - @define-color tertiary_fixed_dim #bfc2fa; - diff --git a/sdgos/wayshell/configs/examples/config-dp1 b/sdgos/wayshell/configs/examples/config-dp1 deleted file mode 100644 index 5b3ac20..0000000 --- a/sdgos/wayshell/configs/examples/config-dp1 +++ /dev/null @@ -1,35 +0,0 @@ -{ - "layer": "top", - "position": "right", - "fixed-center": "true", - "output": "DP-1", - "margin-top": 0, - "margin-bottom": 0, - "margin-left": 0, - "margin-right": 0, - "spacing": 3, - - // Load Modules - "include": [ - "~/.config/sdgos/monocle/modules-dp1.json" - ], - "modules-left": [ - "custom/daemon", - "custom/window1", - "custom/window2", - "custom/window3", - "custom/window4", - "custom/window5", - "custom/window6", - "custom/window7", - "custom/window8", - "custom/window9", - "custom/window10", - - - ], - "modules-center": [ - ], - "modules-right": [ - ] -} \ No newline at end of file diff --git a/sdgos/wayshell/configs/examples/modules-dp1.json b/sdgos/wayshell/configs/examples/modules-dp1.json deleted file mode 100644 index 79875d1..0000000 --- a/sdgos/wayshell/configs/examples/modules-dp1.json +++ /dev/null @@ -1,351 +0,0 @@ - -{ - - - // Test Button - "custom/daemon": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "daemon is running, click to refresh", - "on-click": "~/.config/sdgos/monocle/indexer.sh DP-1", - "exec": "~/.config/sdgos/monocle/indexer.sh DP-1", - "max-length": 20, - "interval": 1 - - }, - - "custom/window1": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 1: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 1 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 1 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - "custom/window2": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 2: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 2 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 2 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window3": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 3: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 3 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 3 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window4": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 4: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 4 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 4 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window5": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 5: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 5 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 5 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window6": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 6: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 6 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 6 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window7": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 7: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 7 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 7 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window8": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 8: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 8 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 8 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window9": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 9: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 9 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 9 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/window10": { - "tooltip": true, - "format":"{text}", - "tooltip-format": "window 10: {text}", - "on-click": "~/.config/sdgos/monocle/focuswindow.sh 10 DP-1", - "exec": "~/.config/sdgos/monocle/fetchwindow.sh 10 DP-1", - "max-length": 20, - "interval": 1.5 - - }, - - "custom/test-button2": { - "tooltip": true, - "format":"oooh", - "tooltip-format": "this is a button", - "on-click": "ydotool key 125:1 16:1 125:0 16:0" - - }, - - "custom/button-fuzzel": { - "tooltip": true, - "format":"run", - "tooltip-format": "application start menu", - "on-click": "fuzzel" - - }, - "custom/button-term": { - "tooltip": true, - "format":"shell", - "tooltip-format": "launch terminal", - "on-click": "alacritty" - - }, - - "custom/button-files": { - "tooltip": true, - "format":"files", - "tooltip-format": "launch files", - "on-click": "nautilus" - - }, - - "custom/button-next": { - "tooltip": true, - "format":"next", - "tooltip-format": "next window", - "on-click": "ydotool key 56:1 15:1 56:0 15:0" - - }, - - "custom/button-prev": { - "tooltip": true, - "format": "prev", - "tooltip-format": "previous window", - "on-click": "ydotool key 56:1 42:1 15:1 56:0 42:0 15:0" - - }, - - "custom/button-fit": { - "tooltip": true, - "format":"fit", - "tooltip-format": "fit cluster to viewport", - "on-click": "ydotool key 125:1 42:1 50:1 125:0 42:0 50:0" - - }, - - "custom/button-zoomin": { - "tooltip": true, - "format":"+", - "tooltip-format": "zoom in", - "on-click": "ydotool key 125:1 13:1 125:0 13:0" - - }, - - "custom/button-zoomout": { - "tooltip": true, - "format":"-", - "tooltip-format": "zoom out", - "on-click": "ydotool key 125:1 12:1 125:0 12:0" - - }, - - - - // Keyboard State - "keyboard-state": { - "numlock": true, - "capslock": true, - "format": "{name} {icon}", - "format-icons": { - "locked": "", - "unlocked": "" - } - }, - - // System tray - "tray": { - // "icon-size": 21, - "spacing": 10 - }, - - // Clock - "clock": { - // "timezone": "Europe/Amsterdam", - "tooltip-format": "{:%Y %B}\n{calendar}", - "format-alt": "{:%Y-%m-%d}" - }, - - // System - "custom/system": { - "format": "", - "tooltip": false - }, - - // CPU - "cpu": { - "format": "/ C {usage}% ", - "on-click": "alacritty -e btop" - }, - - // Memory - "memory": { - "format": "/ M {}% ", - "on-click": "alacritty -e btop" - }, - - // Harddisc space used - "disk": { - "interval": 30, - "format": "D {percentage_used}% ", - "path": "/", - "on-click": "alacritty -e btop" - }, - - "hyprland/language": { - "format": "/ K {short}" - }, - - // Group Hardware - "group/hardware": { - "orientation": "inherit", - "drawer": { - "transition-duration": 300, - "children-class": "not-memory", - "transition-left-to-right": false - }, - "modules": [ - "custom/system", - "disk", - "cpu", - "memory", - "hyprland/language" - ] - }, - - // Network - "network": { - "format": "{ifname}", - "format-wifi": " {essid}({signalStrength}%)", - "format-ethernet": " {ifname}", - "format-disconnected": "Disconnected ⚠", - "tooltip-format": " {ifname} via {gwaddri}", - "tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nUp: {bandwidthUpBits} Down: {bandwidthDownBits}", - "tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}", - "tooltip-format-disconnected": "Disconnected", - "max-length": 50, - "on-click": "nm-connection-editor" - }, - - // Battery - "battery": { - "states": { - // "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "{icon} {capacity}%", - "format-charging": " {capacity}%", - "format-plugged": " {capacity}%", - "format-alt": "{icon} {time}", - // "format-good": "", // An empty format will hide the module - // "format-full": "", - "format-icons": [" ", " ", " ", " ", " "] - }, - - // Pulseaudio - "pulseaudio": { - // "scroll-step": 1, // %, can be a float - "format": "{icon} {volume}%", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", - "format-source": "{volume}% ", - "format-source-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", " ", " "] - }, - "on-click": "pavucontrol" - }, - - // Bluetooth - "bluetooth": { - "format-disabled": "", - "format-off": "", - "interval": 30, - "on-click": "blueman-manager", - "format-no-controller": "" - }, - - // Other - "user": { - "format": "{user}", - "interval": 60, - "icon": false - }, - - // Idle Inhibator - "idle_inhibitor": { - "format": "{icon}", - "tooltip": true, - "format-icons":{ - "activated": "", - "deactivated": "" - }, - "on-click-right": "hyprlock" - } - - - - -} \ No newline at end of file diff --git a/sdgos/wayshell/configs/examples/style.css b/sdgos/wayshell/configs/examples/style.css deleted file mode 100644 index 0539667..0000000 --- a/sdgos/wayshell/configs/examples/style.css +++ /dev/null @@ -1,52 +0,0 @@ -@import "./colors.css"; - -* { - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 97%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - border: 0px; - padding-top: 2px; - padding-bottom: 2px; - padding-left: 4px; - background-color: @surface; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - - - -#custom-daemon, -#custom-window1, -#custom-window2, -#custom-window3, -#custom-window4, -#custom-window5, -#custom-window6, -#custom-window7, -#custom-window8, -#custom-window9, -#custom-window10, -#custom-button-term, -#custom-button-files, -#custom-button-next, -#custom-button-prev, -#custom-button-zoomin, -#custom-button-zoomout, -#custom-button-fit { - background-color: @surface_container; - color: @primary; - border: 0px; - border-style: solid; - border-color: white; - border-radius: 10px; - padding-top: 4px; - padding-left: 6px; - padding-right: 6px; - padding-bottom: 4px; - -} - -