Compare commits
2 Commits
53a1249a51
...
51d86bfee9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51d86bfee9 | ||
|
|
eec9148654 |
89
configs/waybar_l/Meself/Personal_Test/config.jsonc
Normal file
89
configs/waybar_l/Meself/Personal_Test/config.jsonc
Normal 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": ["","","","",""]
|
||||
}
|
||||
}
|
||||
66
configs/waybar_l/Meself/Personal_Test/style.css
Normal file
66
configs/waybar_l/Meself/Personal_Test/style.css
Normal 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;
|
||||
}
|
||||
9
configs/waybar_l/Meself/README.md
Normal file
9
configs/waybar_l/Meself/README.md
Normal 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
|
||||
BIN
configs/waybar_l/img/Personal+ziap.png
Normal file
BIN
configs/waybar_l/img/Personal+ziap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 557 KiB |
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Bold.ttf
Normal file
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-BoldItalic.ttf
Normal file
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Italic.ttf
Normal file
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Regular.ttf
Normal file
BIN
fonts/VictorMonoNF/VictorMonoNerdFont-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user