add waybar themes including catppuccin + some personal touches, organized alacritty configs

This commit is contained in:
tonizz_m1pro
2024-04-19 22:15:37 -07:00
parent 9c755fe6ea
commit 09e05cbed1
7 changed files with 187 additions and 2123 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,29 +0,0 @@
# Midnight Haze theme
# Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml
colors:
# Default colors
primary:
background: '0x0c0c16'
foreground: '0xd8dee9'
# Normal colors
normal:
black: '0x2c2c3d'
red: '0xff6e6e'
green: '0x9ec875'
yellow: '0xffa759'
blue: '0x70a7d4'
magenta: '0xd291e0'
cyan: '0x96e0e0'
white: '0xd8dee9'
# Bright colors
bright:
black: '0x414166'
red: '0xff8d8d'
green: '0xb3d987'
yellow: '0xffc57f'
blue: '0x9bb3d3'
magenta: '0xffa1ff'
cyan: '0x9cd8d8'
white: '0xffffff'

View File

@@ -0,0 +1,130 @@
{
// "layer": "top",
"mode": "dock",
"ipc": "true",
"bar_id": "bar_0",
"position": "top",
"spacing": 16,
"margin-bottom": -2,
"margin-top": 4,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"sway/workspaces"
],
"modules-center": [
"clock"
],
"modules-right": [
"tray",
"network",
"battery",
"pulseaudio",
"custom/swww"
],
"sway/taskbar": {
"format": "{icon}",
"on-click": "activate",
"on-click-right": "fullscreen",
"icon-size": 25,
"tooltip-format": "{title}"
},
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"1": "", // "",
"2": " ", // "",
"3": "", // "",
"4": "", // "",
"5": "", // "",
"6": "l", // "󱢴 "
},
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
}
},
"tray": {
"spacing": 10
},
"clock": {
"format": "{:%I:%M %p - %a, %d %b %Y}"
},
"network": {
"format-wifi" : "{icon}",
"format-icons": ["󰤯 ","󰤟 ","󰤢 ","󰤥 ","󰤨 "],
"format-ethernet": " ",
"format-disconnected" : "󰤮 ",
"interval": 5,
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "{icon} {volume}%",
"format-bluetooth": "󰂰",
"nospacing": 1,
"format-muted": "󰝟 ",
"format-icons": {
"headphone": " ",
"default": [" "," " ," "]
},
"on-click": "pamixer -t",
},
"custom/swww": {
"format": " ",
"on-click": "bash ~/.config/wallpapers/wallpaperSet.sh"
},
"battery": {
"format": "{icon} {capacity}%",
"format-icons": {
"charging": [
"󰢜 ",
"󰂆 ",
"󰂇 ",
"󰂈 ",
"󰢝 ",
"󰂉 ",
"󰢞 ",
"󰂊 ",
"󰂋 ",
"󰂅"
],
"default": [
"󰁺",
"󰁻",
"󰁼",
"󰁽",
"󰁾",
"󰁿",
"󰂀",
"󰂁",
"󰂂",
"󰁹"
]
},
"format-full": "Charged ",
"interval": 5,
"states": {
"warning": 20,
"critical": 10
},
"tooltip": false
},
}

View File

@@ -0,0 +1,26 @@
@define-color rosewater #f5e0dc;
@define-color flamingo #f2cdcd;
@define-color pink #f5c2e7;
@define-color mauve #cba6f7;
@define-color red #f38ba8;
@define-color maroon #eba0ac;
@define-color peach #fab387;
@define-color yellow #f9e2af;
@define-color green #a6e3a1;
@define-color teal #94e2d5;
@define-color sky #89dceb;
@define-color sapphire #74c7ec;
@define-color blue #89b4fa;
@define-color lavender #b4befe;
@define-color text #cdd6f4;
@define-color subtext1 #bac2de;
@define-color subtext0 #a6adc8;
@define-color overlay2 #9399b2;
@define-color overlay1 #7f849c;
@define-color overlay0 #6c7086;
@define-color surface2 #585b70;
@define-color surface1 #45475a;
@define-color surface0 #313244;
@define-color base #1e1e2e;
@define-color mantle #181825;
@define-color crust #11111b;

View File

@@ -0,0 +1,31 @@
@import "mocha.css";
* {
/* reference the color by using @color-name */
color: @text;
font-size: 14px;
border: none;
border-radius: 5;
font-family: IosevkaTermSlab Nerd Font;
}
window#waybar {
/* you can also GTK3 CSS functions! */
background-color: shade(@base, 0.9);
border: 2px solid alpha(@crust, 0.3);
}
#pulseaudio {
/*margin-top: 8px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0;
border-radius: 26px;
transition: none;
color: @text;
background: #9aedfe;*/
}