fix rofi image and add screenshot tool
This commit is contained in:
@@ -77,4 +77,4 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
# applications
|
# applications
|
||||||
bind = $mainMod SHIFT, S, exec, flameshot
|
bind = $mainMod SHIFT, S, exec, grimblast copysave area
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ imagebox {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
// Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell)
|
// Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell)
|
||||||
background-image: url("~/.config/hypr/current_wallpaper", width);
|
background-image: url("~/.config/hypr/current_wallpaper", height);
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
children: [ "inputbar", "dummy", "mode-switcher" ];
|
children: [ "inputbar", "dummy", "mode-switcher" ];
|
||||||
}
|
}
|
||||||
@@ -103,7 +103,7 @@ button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
button selected {
|
button selected {
|
||||||
background-color: @primary;
|
background-color: @tertiary;
|
||||||
text-color: @on-secondary;
|
text-color: @on-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -147,7 +147,7 @@ element normal.active {
|
|||||||
text-color: @on-surface;
|
text-color: @on-surface;
|
||||||
}
|
}
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: @primary;
|
background-color: @tertiary;
|
||||||
text-color: @on-secondary;
|
text-color: @on-secondary;
|
||||||
}
|
}
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
|||||||
Reference in New Issue
Block a user