asdf
This commit is contained in:
parent
39526588cf
commit
d6a40b0a31
@ -13,7 +13,7 @@ tiling_drag modifier
|
||||
#exec base
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec rofi -combi-modi window,drun -show combi -p ":>"
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -p ":>"
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
|
||||
@theme "ayu-retro"
|
||||
|
||||
configuration {
|
||||
font: "Iosevka SS14 12";
|
||||
show-icons: false;
|
||||
modi: "drun,run";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
@theme "ayu-retro"
|
||||
|
||||
@ -2,8 +2,7 @@
|
||||
|
||||
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
||||
chosen=$(echo -e "$options" | rofi -dmenu \
|
||||
-p ":>" \
|
||||
-lines 5)
|
||||
-p ":>" -show power -lines 5)
|
||||
|
||||
case "$chosen" in
|
||||
*Lock) i3lock -c 000000 ;;
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
window {
|
||||
height: 10em;
|
||||
height: 6em;
|
||||
width: 30em;
|
||||
location: north;
|
||||
anchor: north;
|
||||
@ -72,7 +72,7 @@ mainbox {
|
||||
listview {
|
||||
padding: 0em 0.4em 0em 1em;
|
||||
dynamic: false;
|
||||
lines: 0;
|
||||
lines: 5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user