This commit is contained in:
2025-02-18 12:59:06 +01:00
4 changed files with 8 additions and 7 deletions

View File

@@ -38,7 +38,8 @@ confirm_cmd() {
-theme-str 'window {location: center; anchor: center; fullscreen: false; width: 250px;}' \
-theme-str 'mainbox {children: [ "message", "listview" ];}' \
-theme-str 'listview {columns: 2; lines: 1;}' \
-theme-str 'element-text {horizontal-align: 0.5;}' \
-theme-str 'element-text {horizontal-align: 0.5; }' \
-theme-str 'element {padding: 0px; }'\
-theme-str 'textbox {horizontal-align: 0.5;}' \
-dmenu \
-p 'Confirmation' \

View File

@@ -26,7 +26,7 @@ window {
location: center;
anchor: center;
fullscreen: false;
width: 1200px;
width: 800px;
x-offset: 0px;
y-offset: 0px;
@@ -93,7 +93,7 @@ prompt {
message {
enabled: true;
margin: 0px 50px;
padding: 15px;
padding: 10px;
border: 0px solid;
border-radius: 100%;
border-color: @selected;
@@ -147,7 +147,7 @@ element {
enabled: true;
spacing: 0px;
margin: 0px;
padding: 70px 10px;
padding: 0px;
border: 0px solid;
border-radius: 100%;
border-color: @selected;
@@ -157,7 +157,7 @@ element {
}
element-text {
font: "JetBrains Mono Nerd Font 55";
padding: 0px 0px 0px -18px;
padding: 0px 0px 0px -15px;
background-color: transparent;
text-color: inherit;
cursor: inherit;

View File

@@ -70,7 +70,7 @@ input * {
# Shortcuts
bindsym $mod+w exec firefox
bindsym $mod+i exec $term -e "nvim"
bindsym $mod+i exec $term -T nvim -e nvim
bindsym $mod+Shift+p exec hyprpicker -a
bindsym $mod+s exec watershot -c directory ~/Pictures/
bindsym Print exec GRIM_DEFAULT_DIR=~/Pictures/ grim

View File

@@ -80,7 +80,7 @@
"(.*) — Mozilla Firefox": "<span color=\"#EE915D\" >󰈹</span> $1",
"(.*)gitui(.*)": "<span color=\"#EE915D\" >󰊢</span> Gitui",
"(jika@.+)": ">_ $1",
"nvim (.*)": "<span color=\"#8bcd5b\" ></span> $1"
"nvim.*": "<span color=\"#8bcd5b\" ></span> NeoVim"
},
"tooltip": false
},