feat: general updates
This commit is contained in:
parent
4bbdc1e507
commit
301a87f49c
4 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-off:hover {
|
.toggle-off:hover {
|
||||||
background-color: rgba(127, 132, 156, 0.2);
|
background-color: rgba(127, 132, 156, 0.4);
|
||||||
transition: background-color 0.5s ease-in-out;
|
transition: background-color 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ exec-once = bash -c "sleep 5; nextcloud --background"
|
||||||
exec-once = bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a"
|
exec-once = bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a"
|
||||||
exec-once = bash -c "sleep 7; galaxybudsclient /StartMinimized"
|
exec-once = bash -c "sleep 7; galaxybudsclient /StartMinimized"
|
||||||
|
|
||||||
|
#exec-once = $HOME/.local/share/hyprload/hyprload.sh
|
||||||
exec-once = eww daemon
|
exec-once = eww daemon
|
||||||
exec-once = eww open tablet-toggle
|
exec-once = eww open tablet-toggle
|
||||||
exec-once = eww open notif-panel
|
exec-once = eww open notif-panel
|
||||||
|
@ -118,13 +119,13 @@ master {
|
||||||
new_is_master = true
|
new_is_master = true
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
#gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
#workspace_swipe = yes
|
#workspace_swipe = yes
|
||||||
#workspace_swipe_fingers = 3
|
#workspace_swipe_fingers = 3
|
||||||
#workspace_swipe_cancel_ratio = 0.15
|
#workspace_swipe_cancel_ratio = 0.15
|
||||||
#workspace_swipe_forever = yes
|
#workspace_swipe_forever = yes
|
||||||
}
|
#}
|
||||||
|
|
||||||
# Example windowrule v1
|
# Example windowrule v1
|
||||||
# windowrule = float, ^(kitty)$
|
# windowrule = float, ^(kitty)$
|
||||||
|
|
|
@ -186,6 +186,7 @@
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
background: @cc-bg;
|
background: @cc-bg;
|
||||||
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center-list {
|
.control-center-list {
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
"margin-top":5,
|
"margin-top":5,
|
||||||
"margin-left":5,
|
"margin-left":5,
|
||||||
"margin-right":5,
|
"margin-right":5,
|
||||||
|
"layer":"overlay",
|
||||||
"spacing": 1,
|
"spacing": 1,
|
||||||
"modules-left": ["custom/osk", "custom/tablet", "wlr/workspaces", "tray", "custom/mowayah"],
|
"modules-left": ["custom/osk", "custom/tablet", "wlr/workspaces", "tray", "custom/mowayah"],
|
||||||
"modules-center": ["hyprland/window"],
|
"modules-center": ["hyprland/window"],
|
||||||
"modules-right": ["pulseaudio", "backlight", "battery", "clock", "custom/notif", "custom/quicksettings"],
|
"modules-right": ["pulseaudio", "backlight", "battery", "clock", "custom/notif", "custom/quicksettings"],
|
||||||
"sway/mode": {
|
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
|
||||||
},
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 26,
|
"icon-size": 26,
|
||||||
"spacing": 5
|
"spacing": 5
|
||||||
|
|
Loading…
Reference in a new issue