Browse Source

final tweaking

pull/23/head
Ja.KooLit 2 years ago
parent
commit
e754601969
  1. 4
      CHANGELOG.md
  2. 1
      config/waybar/style/colorful.css
  3. 4
      config/waybar/style/dark.css
  4. 4
      config/waybar/style/light.css
  5. 19
      config/waybar/style/pywal.css

4
CHANGELOG.md

@ -10,9 +10,7 @@
<p align="center"> <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/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" /> <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 ### 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. - 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.

1
config/waybar/style/colorful.css

@ -237,6 +237,7 @@ tooltip label{
background-color: #89dceb; background-color: #89dceb;
} }
#custom-keybinds,
#pulseaudio { #pulseaudio {
background-color: #fab387; background-color: #fab387;
} }

4
config/waybar/style/dark.css

@ -48,6 +48,8 @@ tooltip label {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
padding-right: 2px;
padding-left: 2px;
} }
.modules-center { .modules-center {
@ -60,6 +62,8 @@ tooltip label {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
padding-right: 2px;
padding-left: 2px;
} }

4
config/waybar/style/light.css

@ -48,6 +48,8 @@ tooltip label {
background-color: rgba(232, 236, 241, 0.8); background-color: rgba(232, 236, 241, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
padding-right: 2px;
padding-left: 2px;
} }
.modules-center { .modules-center {
@ -60,6 +62,8 @@ tooltip label {
background-color: rgba(232, 236, 241, 0.8); background-color: rgba(232, 236, 241, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
padding-right: 2px;
padding-left: 2px;
} }

19
config/waybar/style/pywal.css

@ -5,7 +5,6 @@
/* --- 👍 designed by https://github.com/Krautt 👍 --- */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */
@import '../../.cache/wal/colors-waybar.css'; @import '../../.cache/wal/colors-waybar.css';
@import "../waybar/style/catppuccin-themes/latte.css";
* { * {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";
@ -49,16 +48,16 @@ tooltip {
/*-----module groups----*/ /*-----module groups----*/
.modules-right { .modules-right {
border: 5px solid @color14; border: 3px solid @color14;
border-radius: 100px 0px 0px 0px; border-radius: 100px 0px 0px 0px;
background-color: @color1; background-color: @color1;
padding-right: 5px; padding-right: 2px;
padding-left: 5px; padding-left: 2px;
} }
.modules-center { .modules-center {
border: 5px solid @color14; border: 3px solid @color14;
border-radius: 100px 0px 100px 0px; border-radius: 100px 0px 100px 0px;
background-color: @background; background-color: @background;
@ -66,9 +65,9 @@ tooltip {
} }
.modules-left { .modules-left {
padding-right: 5px; padding-right: 2px;
padding-left: 5px; padding-left: 2px;
border: 5px solid @color14; border: 3px solid @color14;
border-radius: 0px 0px 100px 0px; border-radius: 0px 0px 100px 0px;
background-color: @color1; background-color: @color1;
@ -147,8 +146,8 @@ tooltip {
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
color: @foreground; color: @foreground;
padding-right: 10px; padding-right: 8px;
padding-left: 15px; padding-left: 12px;
} }
#temperature.critical { #temperature.critical {

Loading…
Cancel
Save