Skip to content

Commit

Permalink
Update gtk.css
Browse files Browse the repository at this point in the history
  • Loading branch information
talesam committed May 31, 2024
1 parent 1561775 commit 9bbf45b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions big-skel/etc/skel/.config/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
Youtube : https://youtube.com/c/linuxscoop
Website : https://linuxscoop.com
*/
#pulseaudio-button image { -gtk-icon-transform: scale(0.60); }
#xfce4-power-manager-plugin image {-gtk-icon-transform: scale(0.60);}
#xfce4-notification-plugin image {-gtk-icon-transform: scale(0.60);}
#pulseaudio-button image { -gtk-icon-transform: scale(0.55); }
#xfce4-power-manager-plugin image {-gtk-icon-transform: scale(0.55);}
#xfce4-notification-plugin image {-gtk-icon-transform: scale(0.55);}

.xfce4-panel.panel {
background-color:#32343D; /*color xfce panel*/
Expand Down Expand Up @@ -72,10 +72,9 @@ Whisker Menu
#whiskermenu-window * {
border: 0px rgba(50, 52, 61, 0.95) solid; /*All border*/
outline: none;
overflow: auto;
}
#whiskermenu-window {
background-color: rgba(50, 52, 61, 0.8) ; /*All window*/
background-color: rgba(50, 52, 61, 0.95) ; /*All window*/
color: #e6ebef; /*Text color ex:username*/
border-radius: 10px 10px 0px 0px;
}
Expand Down

0 comments on commit 9bbf45b

Please sign in to comment.