add VictorMonoNF add personal+ziap waybar config, organized sway global config and iMac18,2

This commit is contained in:
Melendezz
2024-08-20 22:08:52 -07:00
parent 53a1249a51
commit eec9148654
6 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
{
"height": 25,
"modules-left": ["sway/workspaces"],
"modules-center": [
"custom/clock"
],
"modules-right": [
"tray",
"custom/d",
"wireplumber",
"custom/d",
"backlight",
"custom/d",
"bluetooth",
"custom/d",
"network",
"battery"
],
"custom/d": {
"format": " 󰇝 ",
"tooltip": false
},
"sway/workspaces": {
"disable-scroll": false,
"current-only": false,
"all-outputs": true,
"format": "{name}",
"format": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5"
}
},
"tray": {
"icon-size": 14
},
"wireplumber": {
"format": "{volume}% {icon}",
"format-muted": " ",
"on-click": "pavucontrol ",
"format-icons": [" ", " ", " "]
},
"bluetooth": {
// "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system
"format": " 󰂯 ",
"format-disabled": "", // an empty format will hide the module
"format-connected": "  {num_connections}",
"tooltip-format": "{controller_alias}\t{controller_address}",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
"on-click": "blueberry",
"cursor": false
},
"backlight": { // "device": "acpi_video1",
"format": "{icon} ",
"format-icons": [
"󰃚 ",
"󰃛 ",
"󰃜 ",
"󰃜 ",
"󰃜 ",
"󰃝 ",
"󰃞 ",
"󰃟 ",
"󰃠 "
],
"reverse-scrolling": true,
"tooltip-format": "Brightness: {percent}%",
"cursor": false
},
"custom/clock": {
"exec": "date +'%I:%M'",
"on-click": "month",
"on-click-right": "schedule",
"interval": 60
},
"network": {
/* "format-wifi": "直", */
"format-wifi": "{icon} ",
"format-ethernet": " 󰛳 ",
"format-disconnected": " 󰅛 ",
"tooltip-format": "{essid}",
"on-click": "",
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
}
}

View File

@@ -0,0 +1,66 @@
@define-color background #282A2E; /* #1a1b26; */
@define-color foreground #C5C8C6;
@define-color focused #fc893a; /* #bb9af7; */
@define-color unfocused #edf0ef; /* #c0caf5; */
@define-color occupied #F0C674; /* #565f89; */
@define-color urgent #f7768e;
* {
font-family: IosevkaTerm Nerd Font;
font-size: 24px;
min-height: 0px;
}
window#waybar {
color: @foreground;
background: @background;
}
#workspaces button {
padding: 2 14px;
color: @unfocused;
border-radius: 0px;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: inherit;
}
#workspaces button.occupied {
color: @occupied;
font-weight: bold;
}
#workspaces button.focused {
color: @focused;
}
#workspaces button.urgent {
color: @urgent;
}
#network {
color: @focused;
}
.modules-left {
margin: 0px 0 0 0px;
}
.modules-right {
margin: 0px 0 0 0px;
}
#workspaces {
padding-right: 10px;
margin-left: 10px;
}
#tray,
#battery,
#network,
#custom-clock {
padding: 0px 8px;
}

View File

@@ -0,0 +1,9 @@
## All of these settings were created by me, some were just modification of someone else's config and others started from scratch
### Personal_Test
This was just the first config I started working on at the beggining, essentially I did not knew that much about it and how it was configured #to-do *Take bar screenshot*
### Personal+ziap
Almost a copy paste of ziap's waybar, I did changed a few things such as the bar `padding` and such, this is a very simple bar. Something I still not able to comprehend is the way he set up the `.module-right` variable
![Showcase]/dots/configs/waybar_l/Meself/img/Personal+ziap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 KiB