change folder names, remove cap letter

This commit is contained in:
Toniiz
2024-07-29 11:44:16 -07:00
parent 8211e15297
commit 6cd88e865f
98 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
## ...In progress
This config works very well on the MacBook Ait 7,2

View File

@@ -0,0 +1,72 @@
{
"layer": "top",
"spacing": 0,
"height": 0,
"margin-top": 8,
"margin-right": 8,
"margin-bottom": 0,
"margin-left": 8,
"modules-left": [
"sway/workspaces"
],
"modules-center": [
"clock"
],
"modules-right": [
"tray",
"network",
"battery",
"pulseaudio"
],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"tooltip": false
},
"tray": {
"spacing": 10,
"tooltip": false
},
"clock": {
"format": "{:%I:%M %p - %a, %d %b %Y}",
"tooltip": false
},
"network": {
"format-wifi" : "󰤢 {bandwidthDownBits}",
"format-ethernet": "󰤢 {bandwidthDownBits}",
"format-disconnected" : "󰤠 No Network",
"interval": 5,
"tooltip": false
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"format-icons": ["", "", " "],
"nospacing": 1,
"format-muted": " ",
"on-click": "pavucontrol",
"tooltip": false
},
"battery": {
"format": "{icon} {capacity}%",
"interval": 5,
"states": {
"warning": 20,
"critical": 10
},
"format-icons": [" ", " ", " ", " ", " "],
"tooltip": false
}
}

View File

@@ -0,0 +1,85 @@
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaCove Nerd Font;
font-weight: bold;
font-size: 14px;
padding: 0;
}
window#waybar {
background: rgba(29, 32, 33, 1.000000);
border: 2px solid rgba(48, 53, 54, 1.000000);
}
#battery,
#network,
#clock,
#tray,
#pulseaudio {
margin: 4px;
padding: 4px 8px;
border-radius: 8;
}
#workspaces {
background-color: #303536;
margin: 4px;
border: 2px solid #434a4c;
border-radius: 8;
}
#workspaces button {
all: initial;
min-width: 0;
box-shadow: inset 0 -3px transparent;
padding: 4px 8px;
color: #c7ab7a;
}
#workspaces button.focused {
color: #d4be98;
}
#workspaces button.urgent {
background-color: #e78a4e;
}
#battery {
background-color: #a9b665;
border: 2px solid #b7c37f;
color: #1d2021;
}
#network {
background-color: #d3869b;
border: 2px solid #dfa5b4;
color: #1d2021;
}
#clock {
background-color: #303536;
border: 2px solid #434a4c;
color: #d4be98;
}
#tray {
background-color: #e78a4e;
border: 2px solid #eca474;
color: #1d2021;
}
#pulseaudio {
background-color: #d8a657;
border: 2px solid #dfb777;
color: #1d2021;
}
#battery.warning,
#battery.critical,
#battery.urgent {
color: #1d2021;
background-color: #ea6962;
border: 2px solid #303536;
}

View File

@@ -0,0 +1,3 @@
## [shvedes's github](https://github.com/shvedes/dotfiles)
### 6/10/24 - Unable to make the `spotify.py` script to work, everything else works, except for `cpu-temp` as well

View File

@@ -0,0 +1,77 @@
{
"layer": "bottom",
"position": "top",
"height": 28,
"reload_style_on_change": true,
"height": 4,
"margin-top": 4,
"margin-left": 10,
"margin-right": 10,
"modules-left": [
"hyprland/workspaces",
"memory",
"disk"],
"modules-center": [
"clock"],
"modules-right": [
"battery",
"idle_inhibitor",
"tray" ],
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": "\udb80\udc84 {capacity}%",
"format-plugged": "\udb81\udea5 {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["\udb80\udc7a", "\udb80\udc7b", "\udb80\udc7c", "\udb80\udc7d", "\udb80\udc7e", "\udb80\udc7f", "\udb80\udc80", "\udb80\udc81", "\udb80\udc82", "\udb80\udc79"]
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "󰆪 ",
"deactivated": "󰗥 "
}
},
"memory": {
"interval": 1,
"format": "<span foreground='#d79921'> </span>{used:0.1f}GiB"
},
"disk": {
"interval": 60,
"format": "<span foreground='#d79921'> </span>{used}",
"tooltip": false
},
"hyprland/workspaces": {
"format": "{icon}",
"on-click-release": "activate",
"sort-by-numbers": false,
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"format-icons": {
"1": "I",
"2": "II",
"3": "III",
"4": "IV",
"5": "V",
"6": "VI",
"7": "VII",
"8": "VIII",
"9": "IX",
"10": "X"
}
},
"tray": {
"icon-size": 14,
"spacing": 10,
"show-passive-items": true
}
}

View File

@@ -0,0 +1,64 @@
* {
border: none;
font-family: JetBrainsMono Nerd Font;
font-weight: bold;
font-size: 12px;
min-height: 0;
border-radius: 20;
padding-right: 4px;
padding-left: 4px;
}
tooltip {
background: #282828;
border: 0px solid;
border-radius: 18px;
}
window#waybar {
background: #282828;
color: #ebdbb2;
}
#workspaces button {
padding: 0 0.6em;
color: #a89984;
background: #504945;
border-radius: 0px;
margin-right: 4px;
margin-left: 4px;
margin-top: 2px;
margin-bottom: 2px;
}
#workspaces button.active {
color: #ebdbb2;
background: #665c54;
}
#workspaces button.urgent {
color: #1d2021;
background: #fb4934;
}
#workspaces button:hover {
background: #665c54;
}
#disk,
#clock,
#memory,
#workspaces,
#battery,
#idle_inhibitor,
#custom-cpu
#tray {
color: #d5c4a1;
background: #433e3c;
padding: 0 0.6em;
margin-right: 4px;
margin-left: 2px;
margin-top: 4px;
margin-bottom: 4px;
border-radius: 18px;
}