wallust: removed unused templates
This commit is contained in:
parent
091102efcd
commit
971f4be4bc
|
@ -1,31 +0,0 @@
|
|||
[window]
|
||||
opacity = {{alpha/100}}
|
||||
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = "{{background}}"
|
||||
foreground = "{{foreground}}"
|
||||
|
||||
[colors.cursor]
|
||||
text = "CellForeground"
|
||||
cursor = "{{cursor}}"
|
||||
|
||||
[colors.bright]
|
||||
black = "{{color0}}"
|
||||
red = "{{color1}}"
|
||||
green = "{{color2}}"
|
||||
yellow = "{{color3}}"
|
||||
blue = "{{color4}}"
|
||||
magenta = "{{color5}}"
|
||||
cyan = "{{color6}}"
|
||||
white = "{{color7}}"
|
||||
|
||||
[colors.normal]
|
||||
black = "{{color8}}"
|
||||
red = "{{color9}}"
|
||||
green = "{{color10}}"
|
||||
yellow = "{{color11}}"
|
||||
blue = "{{color12}}"
|
||||
magenta = "{{color13}}"
|
||||
cyan = "{{color14}}"
|
||||
white = "{{color15}}"
|
|
@ -1,30 +0,0 @@
|
|||
require("mini.base16").setup({
|
||||
palette = {
|
||||
base00 = "{{color0}}", -- Background
|
||||
base01 = "{{color1 | darken(0.75)}}", -- CursorLine, CMP Background
|
||||
base02 = "{{color2 | darken(0.50)}}", -- Visual Select
|
||||
base03 = "{{color3 | blend(color1)}}", -- Comment, MatchParen
|
||||
base04 = "{{color4}}", -- Keywords, properties, Line Number
|
||||
base05 = "{{color5}}", -- NormalText, CMP Selection, TSProperty
|
||||
base06 = "{{color6}}",
|
||||
base07 = "{{color7}}",
|
||||
base08 = "{{color8 | complementary}}", -- TSVariable
|
||||
base09 = "{{color9 | complementary | lighten(0.25)}}", -- TSConstant, @constant (booleans, etc)
|
||||
base0A = "{{color10 | complementary | lighten(0.25)}}", -- CMP Property (Field), TSType
|
||||
base0B = "{{color11 | blend(color7) | complementary | lighten(0.25)}}", -- String Texts
|
||||
base0C = "{{color12}}", -- Types, Regex
|
||||
base0D = "{{color13}}", -- Functions, String Escape
|
||||
base0E = "{{color14}}",
|
||||
base0F = "{{color15}}",
|
||||
},
|
||||
use_cterm = vim.fn.has("termguicolors") == 0,
|
||||
plugins = { default = true },
|
||||
})
|
||||
|
||||
------- Neovide Configuration -------
|
||||
|
||||
-- stylua: ignore start
|
||||
vim.g.neovide_transparency = {{alpha/100}}
|
||||
-- stylua: ignore end
|
||||
|
||||
vim.g.neovide_background_color = "{{color0}}{{ alpha | alpha_hexa }}"
|
|
@ -1,26 +0,0 @@
|
|||
[colors]
|
||||
alpha={{ alpha/100 }}
|
||||
background={{background | strip}}
|
||||
foreground={{foreground | strip}}
|
||||
flash={{color2 | strip}}
|
||||
flash-alpha=0.5
|
||||
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
regular0={{color0 | strip}}
|
||||
regular1={{color1 | strip}}
|
||||
regular2={{color2 | strip}}
|
||||
regular3={{color3 | strip}}
|
||||
regular4={{color4 | strip}}
|
||||
regular5={{color5 | strip}}
|
||||
regular6={{color6 | strip}}
|
||||
regular7={{color7 | strip}}
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
bright0={{color8 | strip}}
|
||||
bright1={{color9 | strip}}
|
||||
bright2={{color10 | strip}}
|
||||
bright3={{color11 | strip}}
|
||||
bright4={{color12 | strip}}
|
||||
bright5={{color13 | strip}}
|
||||
bright6={{color14 | strip}}
|
||||
bright7={{color15 | strip}}
|
|
@ -1,26 +0,0 @@
|
|||
$background = rgb({{background | strip}})
|
||||
$foreground = rgb({{foreground | strip}})
|
||||
$color0 = rgb({{color0 | strip}})
|
||||
$color1 = rgb({{color1 | strip}})
|
||||
$color2 = rgb({{color2 | strip}})
|
||||
$color3 = rgb({{color3 | strip}})
|
||||
$color4 = rgb({{color4 | strip}})
|
||||
$color5 = rgb({{color5 | strip}})
|
||||
$color6 = rgb({{color6 | strip}})
|
||||
$color7 = rgb({{color7 | strip}})
|
||||
$color8 = rgb({{color8 | strip}})
|
||||
$color9 = rgb({{color9 | strip}})
|
||||
$color10 = rgb({{color10 | strip}})
|
||||
$color11 = rgb({{color11 | strip}})
|
||||
$color12 = rgb({{color12 | strip}})
|
||||
$color13 = rgb({{color13 | strip}})
|
||||
$color14 = rgb({{color14 | strip}})
|
||||
$color15 = rgb({{color15 | strip}})
|
||||
|
||||
general {
|
||||
col.inactive_border = $color11
|
||||
}
|
||||
|
||||
decoration {
|
||||
inactive_opacity = {{alpha / 100}}
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
foreground {{foreground}}
|
||||
background {{background}}
|
||||
background_opacity {{ alpha / 100 }}
|
||||
cursor {{cursor}}
|
||||
|
||||
active_tab_foreground {{background}}
|
||||
active_tab_background {{foreground}}
|
||||
inactive_tab_foreground {{foreground}}
|
||||
inactive_tab_background {{background}}
|
||||
|
||||
active_border_color {{foreground}}
|
||||
inactive_border_color {{background}}
|
||||
bell_border_color {{color1}}
|
||||
|
||||
color0 {{color0}}
|
||||
color1 {{color1}}
|
||||
color2 {{color2}}
|
||||
color3 {{color3}}
|
||||
color4 {{color4}}
|
||||
color5 {{color5}}
|
||||
color6 {{color6}}
|
||||
color7 {{color7}}
|
||||
color8 {{color8}}
|
||||
color9 {{color9}}
|
||||
color10 {{color10}}
|
||||
color11 {{color11}}
|
||||
color12 {{color12}}
|
||||
color13 {{color13}}
|
||||
color14 {{color14}}
|
||||
color15 {{color15}}
|
|
@ -1,22 +0,0 @@
|
|||
* {
|
||||
background: rgba(0,0,1,0.5);
|
||||
foreground: #FFFFFF;
|
||||
color0: {{color0}};
|
||||
color1: {{color1}};
|
||||
color2: {{color2}};
|
||||
color3: {{color3}};
|
||||
color4: {{color4}};
|
||||
color5: {{color5}};
|
||||
color6: {{color6}};
|
||||
color7: {{color7}};
|
||||
color8: {{color8}};
|
||||
color9: {{color9}};
|
||||
color10: {{color10}};
|
||||
color11: {{color11}};
|
||||
color12: {{color12}};
|
||||
color13: {{color13}};
|
||||
color14: {{color14}};
|
||||
color15: {{color15}};
|
||||
border-width: 3px;
|
||||
current-image: url("~/.cache/wallpaper/blurred.png", height);
|
||||
}
|
|
@ -1,466 +0,0 @@
|
|||
@define-color foreground {{foreground}};
|
||||
@define-color background {{background}};
|
||||
@define-color cursor {{cursor}};
|
||||
|
||||
@define-color color0 {{color0}};
|
||||
@define-color color1 {{color1}};
|
||||
@define-color color2 {{color2}};
|
||||
@define-color color3 {{color3 | lighten(0.5)}};
|
||||
@define-color color4 {{color4}};
|
||||
@define-color color5 {{color5}};
|
||||
@define-color color6 {{color6}};
|
||||
@define-color color7 {{color7}};
|
||||
@define-color color8 {{color8}};
|
||||
@define-color color9 {{color9}};
|
||||
@define-color color10 {{color10}};
|
||||
@define-color color11 {{color11}};
|
||||
@define-color color12 {{color12}};
|
||||
@define-color color13 {{color13}};
|
||||
@define-color color14 {{color14}};
|
||||
@define-color color15 {{color15}};
|
||||
|
||||
@define-color backgroundlight {{color8}};
|
||||
@define-color backgrounddark {{foreground}};
|
||||
@define-color workspacesbackground1 {{foreground | darken(0.4)}};
|
||||
@define-color workspacesbackground2 {{foreground}};
|
||||
@define-color bordercolor {{color8}};
|
||||
@define-color textcolor1 {{color8}};
|
||||
@define-color textcolor2 {{foreground}};
|
||||
@define-color textcolor3 {{foreground}};
|
||||
@define-color iconcolor {{foreground}};
|
||||
|
||||
@define-color group-background-color rgba({{color2 | rgb}}, 0.3);
|
||||
@define-color group-border-color rgba({{foreground | rgb}}, 0.8);
|
||||
@define-color tooltip-background-color rgba({{color1 | rgb}}, 0.95);
|
||||
@define-color text-base {{foreground}};
|
||||
@define-color text-alt {{color8}};
|
||||
|
||||
* {
|
||||
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba({{background | rgb}}, 0.3);
|
||||
border: 0px;
|
||||
color: {{foreground}};
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Workspaces
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#workspaces {
|
||||
background: @group-background-color;
|
||||
margin: 5px 1px 6px 1px;
|
||||
padding: 0px 0.75rem;
|
||||
border-radius: 24px;
|
||||
border: 2px solid @group-border-color;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0px 5px;
|
||||
margin: 4px 3px;
|
||||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: @textcolor1;
|
||||
background-color: @workspacesbackground2;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @textcolor1;
|
||||
background: @workspacesbackground2;
|
||||
border-radius: 15px;
|
||||
min-width: 40px;
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: @textcolor1;
|
||||
background: @workspacesbackground2;
|
||||
border-radius: 15px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Tooltips
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
tooltip {
|
||||
border-radius: 10px;
|
||||
background-color: @tooltip-background-color;
|
||||
padding: 20px;
|
||||
margin: 0px;
|
||||
border: 1px solid @textcolor2;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
color: @textcolor2;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Window
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#window {
|
||||
background: @group-background-color;
|
||||
border: 2px solid @group-border-color;
|
||||
margin: 8px 15px 8px 0px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
border-radius: 12px;
|
||||
color: @textcolor2;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Taskbar
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#taskbar {
|
||||
background: @backgroundlight;
|
||||
margin: 6px 15px 6px 0px;
|
||||
padding: 0px;
|
||||
border-radius: 15px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
opacity: 0.8;
|
||||
border: 3px solid @backgroundlight;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
margin: 0;
|
||||
border-radius: 15px;
|
||||
padding: 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Modules
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
.modules-left {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Custom Quicklinks
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-brave,
|
||||
#custom-browser,
|
||||
#custom-keybindings,
|
||||
#custom-outlook,
|
||||
#custom-filemanager,
|
||||
#custom-teams,
|
||||
#custom-chatgpt,
|
||||
#custom-calculator,
|
||||
#custom-windowsvm,
|
||||
#custom-cliphist,
|
||||
#custom-wallpaper,
|
||||
#custom-settings,
|
||||
#custom-wallpaper,
|
||||
#custom-system,
|
||||
#custom-waybarthemes {
|
||||
margin-right: 23px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
#custom-system {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
#custom-waybarthemes,
|
||||
#custom-settings {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#custom-ml4w-welcome {
|
||||
margin-right: 12px;
|
||||
background-image: url("../assets/ml4w-icon.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
#custom-ml4w-hyprland-settings {
|
||||
margin-right: 12px;
|
||||
background-image: url("../assets/hyprland-icon.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
#custom-chatgpt {
|
||||
margin-right: 12px;
|
||||
background-image: url("../assets/ai-icon-20.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Idle Inhibator
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#idle_inhibitor {
|
||||
margin-right: 17px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
margin-right: 15px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
color: #dc2f2f;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Custom Modules
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-appmenu {
|
||||
background-color: @backgrounddark;
|
||||
font-size: 16px;
|
||||
color: @textcolor1;
|
||||
border-radius: 15px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
margin: 8px 14px 8px 14px;
|
||||
opacity: 0.8;
|
||||
border: 3px solid @bordercolor;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Custom Exit
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-exit {
|
||||
margin: 0px 20px 0px 0px;
|
||||
padding: 0px;
|
||||
font-size: 20px;
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Custom Updates
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-updates {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#custom-updates.green {
|
||||
background-color: @backgroundlight;
|
||||
}
|
||||
|
||||
#custom-updates.yellow {
|
||||
background-color: #ff9a3c;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#custom-updates.red {
|
||||
background-color: #dc2f2f;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Custom Youtube
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-youtube {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Hardware Group
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#disk,
|
||||
#memory,
|
||||
#cpu,
|
||||
#language {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
#language {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Clock
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#clock {
|
||||
background-color: @group-background-color;
|
||||
font-size: 16px;
|
||||
color: @text-base;
|
||||
border-radius: 15px;
|
||||
padding: 1px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
border: 3px solid @group-border-color;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Pulseaudio
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#pulseaudio {
|
||||
background-color: @group-background-color;
|
||||
font-size: 16px;
|
||||
border: 2px solid @group-border-color;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
color: @color3;
|
||||
border-color: @color3;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Network
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#network {
|
||||
background-color: @group-background-color;
|
||||
border: 2px solid @group-border-color;
|
||||
font-size: 16px;
|
||||
color: @text-base;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Bluetooth
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#bluetooth,
|
||||
#bluetooth.on,
|
||||
#bluetooth.connected {
|
||||
background-color: @group-background-color;
|
||||
border: 2px solid @group-border-color;
|
||||
font-size: 16px;
|
||||
color: @text-base;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
}
|
||||
|
||||
#bluetooth.off {
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Battery
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#battery {
|
||||
background-color: @group-background-color;
|
||||
border: 2px solid @group-border-color;
|
||||
font-size: 16px;
|
||||
color: @text-base;
|
||||
border-radius: 15px;
|
||||
padding: 2px 15px 0px 10px;
|
||||
margin: 8px 15px 8px 0px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#battery.charging,
|
||||
#battery.plugged {
|
||||
color: @text-base;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: @backgroundlight;
|
||||
color: @textcolor2;
|
||||
}
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
color: @textcolor3;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Tray
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#tray {
|
||||
padding: 0px 15px 0px 0px;
|
||||
color: @textcolor3;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
}
|
||||
|
||||
#custom-notification {
|
||||
font-family: "NotoSansMono Nerd Font";
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
color: @iconcolor;
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
@define-color foreground {{foreground}};
|
||||
@define-color background {{background}};
|
||||
@define-color cursor {{cursor}};
|
||||
|
||||
@define-color color0 {{color0}};
|
||||
@define-color color1 {{color1}};
|
||||
@define-color color2 {{color2}};
|
||||
@define-color color3 {{color3}};
|
||||
@define-color color4 {{color4}};
|
||||
@define-color color5 {{color5}};
|
||||
@define-color color6 {{color6}};
|
||||
@define-color color7 {{color7}};
|
||||
@define-color color8 {{color8}};
|
||||
@define-color color9 {{color9}};
|
||||
@define-color color10 {{color10}};
|
||||
@define-color color11 {{color11}};
|
||||
@define-color color12 {{color12}};
|
||||
@define-color color13 {{color13}};
|
||||
@define-color color14 {{color14}};
|
||||
@define-color color15 {{color15}};
|
||||
|
||||
|
||||
window {
|
||||
background: url("${config.home.homeDirectory}/.cache/wallpaper/blurred.png");
|
||||
background-size: cover;
|
||||
}
|
Loading…
Reference in a new issue