[Hit return to continue]
merge
This commit is contained in:
commit
34e1bb63ff
|
@ -15,7 +15,7 @@
|
|||
(awful.spawn.easy_async_with_shell "pamixer --get-volume-human" cb)))
|
||||
|
||||
(awful.spawn.easy_async "cat /etc/hostname" (fn [ stdout stderr reason exit_code ]
|
||||
(if (= "syl" stdout)
|
||||
(if (= "syl\n" stdout)
|
||||
(global bwmenu "bwmenu -- -config /home/chris/.dotfiles/rofi/launchers-git/laptop.rasi")
|
||||
(global bwmenu "bwmenu -- -config /home/chris/.dotfiles/rofi/launchers-git/desktop.rasi"))))
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures
|
||||
lastVisited=file:///home/chris/Pictures
|
||||
history=file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures, file:///home/chris/Downloads
|
||||
lastVisited=file:///home/chris/Downloads
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -10,4 +10,4 @@ configuration {
|
|||
run-command: "fish -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
}
|
||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
|
||||
@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
|
||||
|
|
|
@ -45,10 +45,11 @@ configuration {
|
|||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a3633;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @transparent;
|
||||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
|
@ -123,7 +124,7 @@ listview {
|
|||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @transparent;
|
||||
background-color: @base00t;
|
||||
text-color: @transparent;
|
||||
children: [ inputbar, listview, message ];
|
||||
spacing: 5px;
|
||||
|
@ -147,7 +148,7 @@ element {
|
|||
text-color: @base05;
|
||||
orientation: horizontal;
|
||||
border-radius: 15px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
padding: 5px 15px 5px 25px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
|
|
Loading…
Reference in a new issue