diff --git a/configs/waybar_l/Meself/Personal/config.jsonc b/configs/sway_g/iMac18,2/config.jsonc similarity index 100% rename from configs/waybar_l/Meself/Personal/config.jsonc rename to configs/sway_g/iMac18,2/config.jsonc diff --git a/configs/waybar_l/Meself/Personal/style.css b/configs/sway_g/iMac18,2/style.css similarity index 100% rename from configs/waybar_l/Meself/Personal/style.css rename to configs/sway_g/iMac18,2/style.css diff --git a/configs/waybar_l/Meself/Personal_Test/config.jsonc b/configs/waybar_l/Meself/Personal_Test/config.jsonc new file mode 100644 index 0000000..3418925 --- /dev/null +++ b/configs/waybar_l/Meself/Personal_Test/config.jsonc @@ -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": ["󰤯","󰤟","󰤢","󰤥","󰤨"] + } +} diff --git a/configs/waybar_l/Meself/Personal_Test/style.css b/configs/waybar_l/Meself/Personal_Test/style.css new file mode 100644 index 0000000..29f03a0 --- /dev/null +++ b/configs/waybar_l/Meself/Personal_Test/style.css @@ -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; +} diff --git a/configs/waybar_l/Meself/README.md b/configs/waybar_l/Meself/README.md new file mode 100644 index 0000000..aa40fe6 --- /dev/null +++ b/configs/waybar_l/Meself/README.md @@ -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 diff --git a/configs/waybar_l/img/Personal+ziap.png b/configs/waybar_l/img/Personal+ziap.png new file mode 100644 index 0000000..f0d278a Binary files /dev/null and b/configs/waybar_l/img/Personal+ziap.png differ