diff --git a/rofi/config.rasi b/rofi/config.rasi index ac2e11d..6438f27 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -13,7 +13,7 @@ configuration { display-drun: "Applications"; display-window: "Windows"; drun-display-format: "{name}"; - font: "Fira Sans SemiBold 11"; + font: "Fira Sans Bold 12"; modi: "window,run,drun"; show-icons: true; } @@ -23,7 +23,7 @@ configuration { window { width:900px; - height:600px; + height:590px; spacing:0px; padding:0px; @@ -40,32 +40,29 @@ window { mainbox { spacing:0px; padding: 0px 0px 0px 500px; - background-color:#000000; background-image: url("~/.cache/current_wallpaper.jpg", height); } inputbar { - padding: 10px; + enabled:false; + hidden:true; + backgound-color: transparent; } listview { padding: 10px; - background-color:#000000; - + background-color:transparent; + scrollbar: false; + dynamic: true; } +// Elements // element { - font-color:#FFFFFF; - padding:6; - border-radius:4px; - border:2px; - border-color:#000000; - background-color:#000000; -} - -element selected { - text-color:@background; - border-color: #FFFFFF; + enabled: true; + padding: 10px; + cursor: pointer; + background-color: transparent; + border-radius:10px; } prompt { diff --git a/wlogout/layout b/wlogout/layout index 488aa5b..568a332 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -18,7 +18,7 @@ } { "label" : "shutdown", - "action" : "systemctl poweroff", + "action" : "sleep 1; systemctl poweroff", "text" : "Shutdown", "keybind" : "s" }