diff options
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/niri | 7 | ||||
| -rw-r--r-- | wallust/templates/rofi-applauncher | 8 | ||||
| -rw-r--r-- | wallust/templates/rofi-wallpapermenu | 20 |
3 files changed, 21 insertions, 14 deletions
diff --git a/wallust/templates/niri b/wallust/templates/niri index 45e952d..bcd5d1a 100644 --- a/wallust/templates/niri +++ b/wallust/templates/niri @@ -101,7 +101,12 @@ layout { gaps-between-tabs 5 active-color "{{color1}}" inactive-color "{{color0}}" + length total-proportion=1.0 } + + insert-hint { + color "{{color1}}" + } } overview { @@ -143,7 +148,7 @@ binds { Mod+Space hotkey-overlay-title="Spawn Applauncher" { spawn "rofi" "-show" "drun" "-theme" "~/.config/rofi/applauncher.rasi"; } Mod+Escape hotkey-overlay-title="Spawn Powermenu" { spawn "~/.config/scripts/powermenu"; } Mod+W hotkey-overlay-title="Spawn Wallpapermenu" { spawn "~/.config/scripts/wallpapermenu"; } - // Mod+W repeat=false hotkey-overlay-title="Random Wallpaper" { spawn "~/.config/scripts/set_random" "/home/eric.marin/Pictures/Backgrounds/"; } + Mod+Shift+W repeat=false hotkey-overlay-title="Random Wallpaper" { spawn "~/.config/scripts/set_random" "/home/eric.marin/Pictures/Backgrounds/"; } XF86AudioRaiseVolume allow-when-locked=true { spawn "pamixer" "-i" "5"; } XF86AudioLowerVolume allow-when-locked=true { spawn "pamixer" "-d" "5"; } diff --git a/wallust/templates/rofi-applauncher b/wallust/templates/rofi-applauncher index a1ab13d..b81a204 100644 --- a/wallust/templates/rofi-applauncher +++ b/wallust/templates/rofi-applauncher @@ -9,14 +9,15 @@ configuration { * { background-color: {{background}}; color: {{foreground}}; + font: "Hack Nerd Font 10"; } window { location: north west; anchor: center; - width: 580; + width: 598; y-offset: -22; - x-offset: 260; - padding: 3 5 3 5; + x-offset: 251; + padding: 3 5 3 3; } mainbox { orientation: horizontal; @@ -32,7 +33,6 @@ listview { layout: horizontal; } element-text { - font: "Hack Nerd Font 10"; color: inherit; } element selected { diff --git a/wallust/templates/rofi-wallpapermenu b/wallust/templates/rofi-wallpapermenu index 9a8e8b4..fe4fe13 100644 --- a/wallust/templates/rofi-wallpapermenu +++ b/wallust/templates/rofi-wallpapermenu @@ -2,20 +2,22 @@ * { background-color: {{background}}; + color: {{foreground}}; + font: "Hack Nerd Font 10"; } window { - children: [ horibox ]; border: 1; border-color: {{color1}}; padding: 5; width: 1197; } -horibox { - orientation: horizontal; - children: [ entry, listview ]; +mainbox { + spacing: 5; } -entry { - enabled: false; +inputbar { + border: 1; + border-color: {{color1}}; + padding: 5; } listview { spacing: 5; @@ -23,17 +25,17 @@ listview { lines: 3; fixed-columns: true; fixed-height: true; - children: [element-icon]; + cycle: true; } element { border-color: {{color0}}; border: 1; - children: [element-icon]; + children: [ element-icon ]; } element-icon { expand: true; size: 50%; - margin: -85 0; + margin: -100 0; squared: true; } element selected{ |
