arch-surface dotfiles added

This commit is contained in:
zaske
2025-07-13 20:38:08 +02:00
parent e55f88606c
commit 79ca5d4a64
7 changed files with 535 additions and 4 deletions
+116
View File
@@ -0,0 +1,116 @@
@import "frappe.css";
@import "/home/Zaske/.cache/wal/colors-waybar.css";
@define-color bg @background;
@define-color fg @foreground;
@define-color textcolor @cursor;
* {
font-family: "FantasqueSansMono Nerd Font", "Adwaita-Mono", sans-serif;
font-size: 17px;
min-height: 0;
}
#waybar {
background: transparent;
color: @textcolor;
margin: 5px 5px;
}
#workspaces {
border-radius: 1rem;
margin: 5px;
background-color: @bg;
margin-left: 1rem;
}
* {
padding-left: 8px;
padding-right: 8px;
}
#workspaces button {
color: @color3;
border-radius: 1rem;
padding: 0.4rem;
}
#workspaces button.active {
color: @color1;
border-radius: 1rem;
}
#workspaces button:hover {
color: @color4;
border-radius: 1rem;
}
#custom-music,
#tray,
#backlight,
#network,
#cpu,
#temperature,
#memory,
#clock,
#battery,
#pulseaudio,
#custom-lock,
#custom-power,
#custom-tailscale{
background-color: @bg;
color: @color2;
padding: 0.5rem 1rem;
}
#clock {
color: @color5;
border-radius: 0px 1rem 1rem 0px;
margin-right: 1rem;
}
#battery {
color: @color2;
}
#battery.charging {
color: @color2;
}
#battery.warning:not(.charging) {
color: @color1;
}
#backlight {
color: @color2;
}
#backlight, #battery {
border-radius: 0;
}
#pulseaudio {
color: @color5;
border-radius: 1rem 0px 0px 1rem;
margin-left: 1rem;
}
#custom-music {
color: @color6;
border-radius: 1rem;
}
#custom-lock {
border-radius: 1rem 0px 0px 1rem;
color: @lavender;
}
#custom-power {
margin-right: 1rem;
border-radius: 0px 1rem 1rem 0px;
color: @red;
}
#custom-tailscale{
border-radius: 0rem 0px 0rem 0px;
color: @color2;
}
#tray {
border-radius: 1rem 0px 0px 1rem;
}