minor
This commit is contained in:
Submodule backgrounds updated: 5a4270dc6b...336fe1088f
@@ -42,7 +42,7 @@ bind = Super+Shift, C, exec, hyprpicker -a # Pick color (Hex) >> clipboard
|
||||
# bind = Ctrl+Alt, R, exec, ~/.config/ags/scripts/record-script.sh --fullscreen # [hidden] Record screen (no sound)
|
||||
bind = Super+Alt, R, exec, ~/.scripts/record-script.sh --fullscreen-sound # Record screen (with sound)
|
||||
# wallpaper
|
||||
bind = Super+Shift, W, exec, fish ~/.scripts/change-wallpaper.fish # Change wallpaper
|
||||
bind = Super+Shift, W, exec, ~/.local/bin/wallpaper_chooser # Launch wallpaper chooser
|
||||
|
||||
##! Session
|
||||
# bind = Ctrl+Super, L, exec, ags run-js 'lock.lock()' # [hidden]
|
||||
|
||||
@@ -32,7 +32,8 @@ windowrulev2 = float, class:^(org.gnome.NautilusPreviewer)$ # Sushi in Nautilus
|
||||
windowrulev2 = float, class:^(coin)$
|
||||
windowrulev2 = noblur, class:^(coin)$
|
||||
windowrulev2 = bordersize 0, class:^(coin)$
|
||||
windowrulev2 = noshadow, class:^(coin)$
|
||||
windowrulev2 = noshadow, class:^(coin)
|
||||
windowrulev2 = float, class:^(wallpaper_chooser)$
|
||||
|
||||
# Picture-in-Picture
|
||||
windowrulev2 = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$
|
||||
|
||||
@@ -8,21 +8,9 @@
|
||||
"margin-bottom": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 2, // Gaps between modules (px)
|
||||
"modules-left": [
|
||||
"custom/rofi",
|
||||
"group/workspaceactions",
|
||||
"custom/mediaplayer",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/monitors",
|
||||
"tray",
|
||||
"custom/caffeine",
|
||||
"custom/power"
|
||||
],
|
||||
"modules-left": ["custom/rofi", "group/workspaceactions", "hyprland/window", "custom/mediaplayer"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["group/monitors", "tray", "custom/caffeine", "custom/power"],
|
||||
// -------------------------------------------------------------------------
|
||||
// Modules
|
||||
// -------------------------------------------------------------------------
|
||||
@@ -31,7 +19,6 @@
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "wlogout",
|
||||
"on-click-right": "hyprctl dispatch killactive",
|
||||
"min-length": 2,
|
||||
"max-length": 2
|
||||
},
|
||||
@@ -216,10 +203,11 @@
|
||||
"on-click": "~/.scripts/workspace-new.sh"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{class}",
|
||||
"format": "",
|
||||
"max-length": 100,
|
||||
"separate-outputs": true,
|
||||
"icon": true,
|
||||
"on-click-middle": "hyprctl dispatch killactive",
|
||||
"icon-size": 14
|
||||
},
|
||||
"custom/mediaplayer": {
|
||||
|
||||
@@ -98,6 +98,8 @@ tooltip {
|
||||
|
||||
window#waybar.empty #window{
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#custom-mediaplayer {
|
||||
|
||||
@@ -98,6 +98,8 @@ tooltip {
|
||||
|
||||
window#waybar.empty #window{
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#custom-mediaplayer {
|
||||
|
||||
Reference in New Issue
Block a user