This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
[general]
mode = normal
framerate = 60
autosens = 1
bars = 70
[output]
method = raw
raw_target = /dev/stdout
data_format = ascii
[color]
gradient = 1
gradient_color_1 = '#99B5DE'
gradient_color_2 = '#92CBF6'
gradient_color_3 = '#ACD7F7'
gradient_color_4 = '#B0E2F7'
gradient_color_5 = '#DFEDF5'
gradient_color_6 = '#FDEBD4'
gradient_color_7 = '#E7D2D7'
gradient_color_8 = '#C1838E'
[smoothing]
monstercat = 1
gravity = 1000000
noise_reduction = 0.5
@@ -0,0 +1,78 @@
{
"layer": "top",
"height": 30,
"position": "bottom",
"spacing": 0,
"exclusive": false,
"margin-bottom": 50,
"margin-right": 253,
"margin-left": 1556,
"fixed-center": false,
"modules-left": [
],
"modules-center": [
"tray",
],
"modules-right": [
],
"custom/weather": {
"exec": "curl 'https://wttr.in/?format=1' | tr -d '+'",
"interval": 1800
},
"custom/start": {
"format": " ",
"on-click": "~/.config/eww/scripts/toggle-overview.sh"
},
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 24,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
},
"clock": {
"format": " {:%I:%M %p%n%e/%m/%G}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": " {:%Y-%m-%d}"
},
"tray": {
"spacing": 8
},
"pulseaudio": {
"format": "{icon}",
"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": ["", "", ""]
},
"tooltip-format": "{format_source}%",
"on-click": "easyeffects"
},
"network": {
"format-wifi": "",
"format-ethernet": "",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"on-click": "alacritty -e nmtui"
},
}
@@ -0,0 +1,69 @@
* {
color: #f3f9ff;
font-size: 11px;
font-family: Segoe-Fluent-Icons, Segoe-UI;
font-weight: 500;
}
window#waybar {
background: transparent;
}
tooltip {
background: #141414;
border-radius: 4px;
}
#tray {
min-width: 20px;
min-height: 20px;
font-size: 20px;
font-weight: 200;
padding: 4px;
min-width: 100px;
min-height: 37px;
background: rgba(45, 46, 48, 1);
background-image: url('images/textures/acrylic.png');
border-radius: 9px;
border: 1px solid rgba(34, 35, 38, 0.5);
margin: 14px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.65);
}
#window,
#pulseaudio,
#network,
#bluetooth {
font-size: 14px;
font-weight: 200;
padding: 4px;
}
#custom-weather {
padding-left: 12px;
font-size: 11px;
}
#custom-start {
background-image: url("./win.png");
background-size: 24px 24px;
background-position: center;
background-repeat: no-repeat;
}
#taskbar {
border-radius: 6px;
min-width: 45px;
min-height: 45px;
/* border-top: 1px solid rgba(64, 64, 64, 0.8); */
}
#tray,
#pulseaudio {
padding-right: 12px;
}
#clock {
padding-left: 3px;
padding-right: 18px;
}