diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 10:28:50 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 10:28:50 +0900 |
| commit | e7546019699a80d9055d6c2d3f61c13561ec71a6 (patch) | |
| tree | 637e0c66c6aa70568b49163d2103030515172102 | |
| parent | 380762c5c24a0e460d690d6f790ad054e35999a6 (diff) | |
final tweaking
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | config/waybar/style/colorful.css | 1 | ||||
| -rw-r--r-- | config/waybar/style/dark.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/light.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/pywal.css | 19 |
5 files changed, 19 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dca12af3..71bb3a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,7 @@ <p align="center"> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-V2-Screenshots/waybar/waybar1.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-V2-Screenshots/waybar/waybar2.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-V2-Screenshots/waybar/waybar3.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-V2-Screenshots/waybar/waybar4.png" /> - - - +- more screenshot can be checked [here](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-V2-Screenshots/waybar) ### 13-Nov-2023 - created a separated conf for Laptop (Laptops.conf) in ~/.config/hyp/configs . This was mostly from Keybinds.conf. This is just to easily identity for laptop Keybinds specific. diff --git a/config/waybar/style/colorful.css b/config/waybar/style/colorful.css index 80b3f607..0fab7642 100644 --- a/config/waybar/style/colorful.css +++ b/config/waybar/style/colorful.css @@ -237,6 +237,7 @@ tooltip label{ background-color: #89dceb; } +#custom-keybinds, #pulseaudio { background-color: #fab387; } diff --git a/config/waybar/style/dark.css b/config/waybar/style/dark.css index 289c080c..3015b7e9 100644 --- a/config/waybar/style/dark.css +++ b/config/waybar/style/dark.css @@ -48,6 +48,8 @@ tooltip label { background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } .modules-center { @@ -60,6 +62,8 @@ tooltip label { background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } diff --git a/config/waybar/style/light.css b/config/waybar/style/light.css index 6f73d916..1ec890bf 100644 --- a/config/waybar/style/light.css +++ b/config/waybar/style/light.css @@ -48,6 +48,8 @@ tooltip label { background-color: rgba(232, 236, 241, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } .modules-center { @@ -60,6 +62,8 @@ tooltip label { background-color: rgba(232, 236, 241, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } diff --git a/config/waybar/style/pywal.css b/config/waybar/style/pywal.css index 06b3e974..59804921 100644 --- a/config/waybar/style/pywal.css +++ b/config/waybar/style/pywal.css @@ -5,7 +5,6 @@ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ @import '../../.cache/wal/colors-waybar.css'; -@import "../waybar/style/catppuccin-themes/latte.css"; * { font-family: "JetBrainsMono Nerd Font"; @@ -49,16 +48,16 @@ tooltip { /*-----module groups----*/ .modules-right { - border: 5px solid @color14; + border: 3px solid @color14; border-radius: 100px 0px 0px 0px; background-color: @color1; - padding-right: 5px; - padding-left: 5px; + padding-right: 2px; + padding-left: 2px; } .modules-center { - border: 5px solid @color14; + border: 3px solid @color14; border-radius: 100px 0px 100px 0px; background-color: @background; @@ -66,9 +65,9 @@ tooltip { } .modules-left { - padding-right: 5px; - padding-left: 5px; - border: 5px solid @color14; + padding-right: 2px; + padding-left: 2px; + border: 3px solid @color14; border-radius: 0px 0px 100px 0px; background-color: @color1; @@ -147,8 +146,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-right: 10px; - padding-left: 15px; + padding-right: 8px; + padding-left: 12px; } #temperature.critical { |
