added screenshot and updated readme

This commit is contained in:
JaKooLit 2023-10-12 21:51:20 +09:00
parent 1af493e5a4
commit a6a7982dc3
5 changed files with 50 additions and 45 deletions

View File

@ -1,11 +1,4 @@
## Changelogs ## Changelogs
## 30-Sep-2023 ## 12-Oct-2023
- added gnome-system-monitor (right click cpu module in waybar) - BETA release
## 27-Sep-2023
- remove auto start of portal-hyprland-hyprland
- removal of Virtual-1 monitor in Monitors.conf
## 22-Sep-2023
- initial release

View File

@ -6,9 +6,9 @@
- if you have manually installed Debian, make sure that "deb-src's" are enabled in your /etc/apt/sources.list. By default, it will enable the first line with deb-src - if you have manually installed Debian, make sure that "deb-src's" are enabled in your /etc/apt/sources.list. By default, it will enable the first line with deb-src
![alt text](https://github.com/JaKooLit/Fedora-Hyprland/blob/main/screenshots/dual_panel-light-dark-switch.png) ![alt text](https://github.com/JaKooLit/Debian-Hyprland/blob/main/screenshots/default-dark.png)
![alt text](https://github.com/JaKooLit/Fedora-Hyprland/blob/main/screenshots/default-light-dark.png) ![alt text](https://github.com/JaKooLit/Debian-Hyprland/blob/main/screenshots/switching-dark-light.png)
### 📷 you can find more screenshots in the screenshots directory ### 📷 you can find more screenshots in the screenshots directory

View File

@ -8,10 +8,15 @@
padding: 0px; padding: 0px;
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; margin-bottom: 1px;
} }
window#waybar { window#waybar {
background: rgba(0, 0, 0, 0) background: rgba(0, 0, 0, 0);
/*border-bottom: 1px solid @unfocused_borders;*/
/*border-radius: 10px;*/
/*color: #cba6f7;*/
/*border: 1px solid #cba6f7;*/
} }
window#waybar.hidden { window#waybar.hidden {
@ -19,41 +24,45 @@
} }
tooltip { tooltip {
background: #373737; background: rgba(0, 0, 0, 0.6);
border-radius: 10px; border-radius: 10px;
border-width: 2px; /*border: 1px solid #cba6f7;*/
border-style: solid; }
border-color: #373737;
tooltip label {
color: #cba6f7;
margin-right: 2px;
margin-left: 2px;
} }
/*-----module groups----*/ /*-----module groups----*/
.modules-right { .modules-right {
background-color: #373737; background-color: rgba(0, 0, 0, 0.6);
border: 0px solid #191919; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
} }
.modules-center { .modules-center {
background-color: #373737; background-color: rgba(0, 0, 0, 0.6);
border: 0px solid #373737; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
} }
.modules-left { .modules-left {
background-color: #373737; background-color: rgba(0, 0, 0, 0.6);
border: 0px solid #373737; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
} }
#workspaces button { #workspaces button {
padding: 2px; padding: 2px;
color: #4f4f4f; color: #6E6A86;
margin-right: 5px; margin-right: 5px;
} }
#workspaces button.active { #workspaces button.active {
color: #7aa2f7; color: #cba6f7;
border-radius: 15px 15px 15px 15px; border-radius: 15px 15px 15px 15px;
} }
@ -67,7 +76,7 @@
} }
#workspaces button:hover { #workspaces button:hover {
color: #fff; color: #9CCFD8;
border-radius: 15px; border-radius: 15px;
} }
@ -87,6 +96,8 @@
#window, #window,
#idle_inhibitor, #idle_inhibitor,
#keyboard-state, #keyboard-state,
#keyboard-state label,
#keyboard-state label.locked,
#mpd, #mpd,
#bluetooth, #bluetooth,
#taskbar, #taskbar,
@ -110,8 +121,9 @@
#custom-weather.rainyNight, #custom-weather.rainyNight,
#custom-weather.showyIcyDay, #custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.default #idle_inhibitor { #custom-weather.default,
color: #7aa2f7; #idle_inhibitor {
color: #cba7f7;
padding: 0px 10px; padding: 0px 10px;
border-radius: 10px; border-radius: 10px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB