eww bar now actually good
parent
e86c8eef5f
commit
af7454b42d
|
|
@ -58,21 +58,26 @@ tooltip {
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
||||||
padding-top:5px;
|
padding: 5px;
|
||||||
margin-top:1px;
|
margin: 1px 4px;
|
||||||
|
|
||||||
padding-bottom:5px;
|
|
||||||
margin-bottom:1px;
|
|
||||||
|
|
||||||
padding-left:5px;
|
|
||||||
margin-left:4px;
|
|
||||||
|
|
||||||
padding-right:5px;
|
|
||||||
margin-right:4px;
|
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-btn {
|
||||||
|
border: solid;
|
||||||
|
border-width: 3px;
|
||||||
|
background: #1a1a1a;
|
||||||
|
color: #5018dd;
|
||||||
|
|
||||||
|
padding: 5px;
|
||||||
|
margin: 1px 4px;
|
||||||
|
|
||||||
|
border-radius: 50%;
|
||||||
|
min-width: 28px;
|
||||||
|
min-height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
(box :orientation "h" :space-evenly false :halign "start"
|
(box :orientation "h" :space-evenly false :halign "start"
|
||||||
(osk)
|
(osk)
|
||||||
(box :class "music" {"${battery}"})
|
(box :class "music" {"${battery}"})
|
||||||
(button :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh" :class "music" {""})
|
(button :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh" :class "icon-btn" {""})
|
||||||
(metric :label " "
|
(metric :label " "
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||||
|
|
@ -44,29 +44,29 @@
|
||||||
|
|
||||||
(defwidget screenrotate []
|
(defwidget screenrotate []
|
||||||
(box :orientation "h" :space-evenly false :halign "center"
|
(box :orientation "h" :space-evenly false :halign "center"
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
:onclick "~/.config/scripts/workspacefocus/focusright.sh"
|
:onclick "~/.config/scripts/workspacefocus/focusleft.sh"
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
|
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
:onclick "~/.config/scripts/screenrotationacw.sh"
|
:onclick "~/.config/scripts/screenrotationacw.sh"
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
:onclick "hyprctl dispatch killactive"
|
:onclick "hyprctl dispatch killactive"
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
|
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
{music != "" ? " ${music}" : " None"}))
|
{music != "" ? " ${music}" : " None"}))
|
||||||
|
|
||||||
(defwidget osk []
|
(defwidget osk []
|
||||||
(button :class "music"
|
(button :class "icon-btn"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue