alot of messing with what I like for a desktop
This commit is contained in:
parent
2e8b8b98a2
commit
5a834ec5a3
9
alacritty/alacritty-btop.yml
Normal file
9
alacritty/alacritty-btop.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
window:
|
||||||
|
# Window dimensions (changes require restart)
|
||||||
|
#
|
||||||
|
# Specified in number of columns/lines, not pixels.
|
||||||
|
# If both are `0`, this setting is ignored.
|
||||||
|
dimensions:
|
||||||
|
columns: 200
|
||||||
|
lines: 150
|
||||||
|
opacity: 1.0
|
|
@ -20,7 +20,7 @@ window:
|
||||||
#dimensions:
|
#dimensions:
|
||||||
# columns: 0
|
# columns: 0
|
||||||
# lines: 0
|
# lines: 0
|
||||||
opacity: 0.80
|
opacity: 0.90
|
||||||
dynamic_title: true
|
dynamic_title: true
|
||||||
|
|
||||||
# Window position (changes require restart)
|
# Window position (changes require restart)
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
:floating true
|
:floating true
|
||||||
:raise true
|
:raise true
|
||||||
;; :height (dpi 1200)
|
;; :height (dpi 1200)
|
||||||
:width (dpi 1950)
|
:width (dpi 1400)
|
||||||
:screen 1
|
:screen 1
|
||||||
:sticky true
|
:sticky true
|
||||||
:placement awful.placement.centered
|
:placement awful.placement.centered
|
||||||
|
|
53
eww/eww.scss
53
eww/eww.scss
|
@ -44,7 +44,7 @@ $darktransparent: rgba(40, 42, 54, 0.97);
|
||||||
.bar_class {
|
.bar_class {
|
||||||
background-color: $backtransparent;
|
background-color: $backtransparent;
|
||||||
border-radius: 20px 20px 20px 20px;
|
border-radius: 20px 20px 20px 20px;
|
||||||
box-shadow: 2px 2px 5px 5px #101010;
|
box-shadow: 5px 5px 4px 4px #202020;
|
||||||
margin: 8px 18px 13px 18px;
|
margin: 8px 18px 13px 18px;
|
||||||
}
|
}
|
||||||
.module {
|
.module {
|
||||||
|
@ -121,31 +121,56 @@ tooltip label {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.brightbar {
|
.brightbar {
|
||||||
margin-bottom: 2px;
|
color: $base09;
|
||||||
|
background-color: $widget-background;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bright_label {
|
||||||
|
color: $base09;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bright_icon {
|
||||||
|
font-size: 18;
|
||||||
|
color: $base09;
|
||||||
|
margin: 0px 15px 0px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.volbar trough highlight {
|
.volbar trough highlight {
|
||||||
background-color: $base08;
|
background-color: $base08;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.volbar {
|
|
||||||
margin-bottom: 2px;
|
.vol_module, .bright_module {
|
||||||
|
background-color: rgba(00, 00, 00, 0.0);
|
||||||
|
margin: 0px 3px 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.volbar {
|
||||||
|
color: $base08;
|
||||||
|
background-color: $widget-background;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vol_label {
|
||||||
|
color: $base08;
|
||||||
|
}
|
||||||
|
|
||||||
.volume_icon {
|
.volume_icon {
|
||||||
font-size: 18;
|
font-size: 18;
|
||||||
color: $base08;
|
color: $base08;
|
||||||
margin: 0px 15px 0px 3px;
|
margin: 0px 15px 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.module_essid {
|
.module_essid {
|
||||||
font-size: 18;
|
font-size: 18;
|
||||||
color: $base0C;
|
// color: $base0C;
|
||||||
margin: 0px 10px 0px 0px;
|
margin: 0px 10px 0px 0px;
|
||||||
}
|
}
|
||||||
.module-wif {
|
.module-wifi {
|
||||||
font-size: 18;
|
font-size: 18;
|
||||||
color: $base0C;
|
// color: $base0C;
|
||||||
margin: 0px 10px 0px 10px;
|
margin: 0px 25px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconlauncher {
|
.iconlauncher {
|
||||||
|
@ -170,7 +195,13 @@ tooltip label {
|
||||||
color: $base0D;
|
color: $base0D;
|
||||||
margin: 8px 11px 8px 8px;
|
margin: 8px 11px 8px 8px;
|
||||||
}
|
}
|
||||||
.iconbat, .iconmem, .iconcpu {
|
.iconvol {
|
||||||
|
margin: 10px 11px 8px 8px;
|
||||||
|
}
|
||||||
|
.iconbright {
|
||||||
|
margin: 10px 14px 10px 8px;
|
||||||
|
}
|
||||||
|
.iconbat, .iconmem, .iconcpu .iconvol .iconbright {
|
||||||
font-size: 12;
|
font-size: 12;
|
||||||
}
|
}
|
||||||
.mem_label {
|
.mem_label {
|
||||||
|
@ -221,7 +252,7 @@ tooltip label {
|
||||||
.works {
|
.works {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 2px 0px 0px 20px;
|
margin: 7px 0px 0px 20px;
|
||||||
background-color: rgba(00, 00, 00, 0.0);
|
background-color: rgba(00, 00, 00, 0.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
175
eww/eww.yuck
175
eww/eww.yuck
|
@ -34,6 +34,34 @@
|
||||||
(literal
|
(literal
|
||||||
:content workspace))
|
:content workspace))
|
||||||
|
|
||||||
|
;; (defwidget workspaces []
|
||||||
|
;; (box
|
||||||
|
;; :class "works"
|
||||||
|
;; :orientation "h"
|
||||||
|
;; :spacing 5
|
||||||
|
;; :space-evenly "false"
|
||||||
|
;; :valign "center"
|
||||||
|
;; (button
|
||||||
|
;; :onclick "hyprctl dispatch workspace 1"
|
||||||
|
;; :onrightclick "hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app"
|
||||||
|
;; :class "0$o1$f1" "")
|
||||||
|
;; (button
|
||||||
|
;; :onclick "hyprctl dispatch workspace 2"
|
||||||
|
;; :onrightclick "hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app"
|
||||||
|
;; :class "0$o2$f2" "")
|
||||||
|
;; (button
|
||||||
|
;; :onclick "hyprctl dispatch workspace 3"
|
||||||
|
;; :onrightclick "hyprctl dispatch workspace 3 && $HOME/.config/hypr/themes/neon/scripts/default_app"
|
||||||
|
;; :class "0$o3$f3" "")
|
||||||
|
;; (button
|
||||||
|
;; :onclick "hyprctl dispatch workspace 4"
|
||||||
|
;; :onrightclick "hyprctl dispatch workspace 4 && $HOME/.config/hypr/themes/neon/scripts/default_app"
|
||||||
|
;; :class "0$o4$f4" "")
|
||||||
|
;; (button
|
||||||
|
;; :onclick "hyprctl dispatch workspace 5"
|
||||||
|
;; :onrightclick "hyprctl dispatch workspace 5 && $HOME/.config/hypr/themes/neon/scripts/default_app"
|
||||||
|
;; :class "0$o5$f5" "")))
|
||||||
|
|
||||||
(defwidget appnames []
|
(defwidget appnames []
|
||||||
(eventbox
|
(eventbox
|
||||||
:onhover "${EWW_CMD} update control_reveal=true"
|
:onhover "${EWW_CMD} update control_reveal=true"
|
||||||
|
@ -64,57 +92,58 @@
|
||||||
:class "app-button"
|
:class "app-button"
|
||||||
:onclick "hyprctl dispatch killactive 1" ""))))))
|
:onclick "hyprctl dispatch killactive 1" ""))))))
|
||||||
|
|
||||||
(defwidget bright []
|
;; (defwidget bright []
|
||||||
(eventbox
|
;; (eventbox
|
||||||
:onhover "${EWW_CMD} update br_reveal=true"
|
;; :onhover "${EWW_CMD} update br_reveal=true"
|
||||||
:onhoverlost "${EWW_CMD} update br_reveal=false"
|
;; :onhoverlost "${EWW_CMD} update br_reveal=false"
|
||||||
:visible {HOST == "kaladin" ? "false" : "true"}
|
;; :visible {HOST == "kaladin" ? "false" : "true"}
|
||||||
(box
|
;; (box
|
||||||
:class "module"
|
;; :class "module"
|
||||||
:space-evenly "false"
|
;; :space-evenly "false"
|
||||||
:orientation "h"
|
;; :orientation "h"
|
||||||
:spacing "3"
|
;; :spacing "3"
|
||||||
(scale
|
;; (scale
|
||||||
:class "brightbar"
|
;; :class "brightbar"
|
||||||
:value brightness_percent
|
;; :value brightness_percent
|
||||||
:orientation "h"
|
;; :orientation "h"
|
||||||
:tooltip "${brightness_percent}%"
|
;; :tooltip "${brightness_percent}%"
|
||||||
:max 100
|
;; :max 100
|
||||||
:min 0
|
;; :min 0
|
||||||
:onchange "brightnessctl s {}%" )
|
;; :onchange "brightnessctl s {}%" )
|
||||||
(label
|
;; (label
|
||||||
:text ""
|
;; :text ""
|
||||||
:class "bright_icon"
|
;; :class "bright_icon"
|
||||||
:tooltip "brightness"))))
|
;; :tooltip "brightness"))))
|
||||||
|
|
||||||
(defwidget volume []
|
;; (defwidget volume []
|
||||||
(eventbox
|
;; (eventbox
|
||||||
:onhover "${EWW_CMD} update vol_reveal=true"
|
;; :onhover "${EWW_CMD} update vol_reveal=true"
|
||||||
:onhoverlost "${EWW_CMD} update vol_reveal=false"
|
;; :onhoverlost "${EWW_CMD} update vol_reveal=false"
|
||||||
(box
|
;; (box
|
||||||
:class "module-2"
|
;; :class "module-2"
|
||||||
:space-evenly "false"
|
;; :space-evenly "false"
|
||||||
:orientation "h"
|
;; :orientation "h"
|
||||||
:spacing "3"
|
;; :spacing "3"
|
||||||
(scale
|
;; (scale
|
||||||
:class "volbar"
|
;; :class "volbar"
|
||||||
:value volume_percent
|
;; :value volume_percent
|
||||||
:draw-value: true
|
;; :draw-value: true
|
||||||
:orientation "h"
|
;; :orientation "h"
|
||||||
:tooltip "${volume_percent}%"
|
;; :tooltip "${volume_percent}%"
|
||||||
:max 150
|
;; :max 150
|
||||||
:min 0
|
;; :min 0
|
||||||
:onchange "pamixer --set-volume {}" )
|
;; :onchange "pamixer --set-volume {}" )
|
||||||
(button
|
;; (button
|
||||||
:onclick "scripts/pop audio"
|
;; :onclick "scripts/pop audio"
|
||||||
:class "volume_icon"
|
;; :class "volume_icon"
|
||||||
"墳"))))
|
;; "墳"))))
|
||||||
|
|
||||||
(defwidget wifi []
|
(defwidget wifi []
|
||||||
(eventbox
|
(eventbox
|
||||||
:onhover "${EWW_CMD} update wifi_rev=true"
|
:onhover "${EWW_CMD} update wifi_rev=true"
|
||||||
:onhoverlost "${EWW_CMD} update wifi_rev=false"
|
:onhoverlost "${EWW_CMD} update wifi_rev=false"
|
||||||
(box
|
(box
|
||||||
|
:class "wifi"
|
||||||
:vexpand "false"
|
:vexpand "false"
|
||||||
:hexpand "false"
|
:hexpand "false"
|
||||||
:space-evenly "false"
|
:space-evenly "false"
|
||||||
|
@ -126,7 +155,7 @@
|
||||||
:class "module_essid"
|
:class "module_essid"
|
||||||
:text ESSID_WLAN))
|
:text ESSID_WLAN))
|
||||||
(button
|
(button
|
||||||
:class "module-wif"
|
:class "module-wifi"
|
||||||
:onclick "networkmanager_dmenu"
|
:onclick "networkmanager_dmenu"
|
||||||
WLAN_ICON))))
|
WLAN_ICON))))
|
||||||
|
|
||||||
|
@ -150,6 +179,46 @@
|
||||||
:text "${round(EWW_BATTERY['BAT1'].capacity, 0)}%"
|
:text "${round(EWW_BATTERY['BAT1'].capacity, 0)}%"
|
||||||
:class "bat_label")))
|
:class "bat_label")))
|
||||||
|
|
||||||
|
(defwidget bright []
|
||||||
|
(box
|
||||||
|
:class "bright_module"
|
||||||
|
:vexpand "false"
|
||||||
|
:hexpand "false"
|
||||||
|
:spacing 5
|
||||||
|
(circular-progress
|
||||||
|
:class "brightbar"
|
||||||
|
:value brightness_percent
|
||||||
|
:thickness 3
|
||||||
|
(button
|
||||||
|
:class "iconbright"
|
||||||
|
;; :onclick "scripts/pop audio"
|
||||||
|
:tooltip "${brightness_percent}%"
|
||||||
|
""))
|
||||||
|
(label
|
||||||
|
:text brightness_percent
|
||||||
|
:class "bright_label")))
|
||||||
|
|
||||||
|
(defwidget volume []
|
||||||
|
(box
|
||||||
|
:class "vol_module"
|
||||||
|
:vexpand "false"
|
||||||
|
:hexpand "false"
|
||||||
|
:spacing 5
|
||||||
|
(circular-progress
|
||||||
|
:class "volbar"
|
||||||
|
:value volume_percent
|
||||||
|
:thickness 3
|
||||||
|
:max 150
|
||||||
|
:min 0
|
||||||
|
(button
|
||||||
|
:class "iconvol"
|
||||||
|
:onclick "scripts/pop audio"
|
||||||
|
:tooltip "${volume_percent}%"
|
||||||
|
"墳"))
|
||||||
|
(label
|
||||||
|
:text volume_percent
|
||||||
|
:class "vol_label")))
|
||||||
|
|
||||||
(defwidget cpu []
|
(defwidget cpu []
|
||||||
(box
|
(box
|
||||||
:class "cpu_module"
|
:class "cpu_module"
|
||||||
|
@ -205,13 +274,7 @@
|
||||||
:spacing "0"
|
:spacing "0"
|
||||||
(label
|
(label
|
||||||
:text clock_full
|
:text clock_full
|
||||||
:class "clock_time_class" )
|
:class "clock_time_class" ))))
|
||||||
(revealer :transition "slideleft"
|
|
||||||
:reveal {HOST == "kaladin" ? false : time_rev}
|
|
||||||
:duration "250ms"
|
|
||||||
(button
|
|
||||||
:class "clock_date_class"
|
|
||||||
:onclick "scripts/pop calendar" clock_date)))))
|
|
||||||
|
|
||||||
(defwidget notif_button []
|
(defwidget notif_button []
|
||||||
(box
|
(box
|
||||||
|
@ -274,14 +337,14 @@
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "end"
|
:halign "end"
|
||||||
:class "right_modules"
|
:class "right_modules"
|
||||||
(bright)
|
|
||||||
(volume)
|
|
||||||
(wifi)
|
|
||||||
(sep)
|
(sep)
|
||||||
(cpu)
|
(cpu)
|
||||||
(mem)
|
(mem)
|
||||||
|
(volume)
|
||||||
|
(bright)
|
||||||
(bat)
|
(bat)
|
||||||
(sep)
|
(sep)
|
||||||
|
(wifi)
|
||||||
(notif_button)
|
(notif_button)
|
||||||
(nextcloud_button)))
|
(nextcloud_button)))
|
||||||
|
|
||||||
|
@ -300,7 +363,7 @@
|
||||||
:x "15px"
|
:x "15px"
|
||||||
:y "3px"
|
:y "3px"
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "0px"
|
:height "60px"
|
||||||
:anchor "bottom center")
|
:anchor "bottom center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
|
|
|
@ -20,11 +20,12 @@ module() {
|
||||||
echo "(box \
|
echo "(box \
|
||||||
:orientation \"h\" \
|
:orientation \"h\" \
|
||||||
:halign \"start\" \
|
:halign \"start\" \
|
||||||
|
:valign \"center\" \
|
||||||
:space-evenly false \
|
:space-evenly false \
|
||||||
(image \
|
(image \
|
||||||
:class \"app-icon\" \
|
:class \"app-icon\" \
|
||||||
:path \"$iconpath\" \
|
:path \"$iconpath\" \
|
||||||
:image-width \"18\") \
|
:image-width \"28\") \
|
||||||
(label \
|
(label \
|
||||||
:class \"app-name\" \
|
:class \"app-name\" \
|
||||||
:limit-width \"35\" \
|
:limit-width \"35\" \
|
||||||
|
|
|
@ -49,7 +49,7 @@ fi
|
||||||
}
|
}
|
||||||
module() {
|
module() {
|
||||||
#output eww widget
|
#output eww widget
|
||||||
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" \
|
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" :valign \"center\" \
|
||||||
(box :class \"works\" :orientation \"h\" :spacing 5 :space-evenly \"false\" :valign \"center\" \
|
(box :class \"works\" :orientation \"h\" :spacing 5 :space-evenly \"false\" :valign \"center\" \
|
||||||
(button :onclick \"hyprctl dispatch workspace 1\" :onrightclick \"hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o1$f1\" \"${ic[1]}\") \
|
(button :onclick \"hyprctl dispatch workspace 1\" :onrightclick \"hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o1$f1\" \"${ic[1]}\") \
|
||||||
(button :onclick \"hyprctl dispatch workspace 2\" :onrightclick \"hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o2$f2\" \"${ic[2]}\") \
|
(button :onclick \"hyprctl dispatch workspace 2\" :onrightclick \"hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o2$f2\" \"${ic[2]}\") \
|
||||||
|
|
|
@ -49,22 +49,24 @@ gestures {
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding=18
|
rounding=18
|
||||||
active_opacity=0.90
|
multisample_edges=true
|
||||||
|
active_opacity=0.97
|
||||||
inactive_opacity=0.75
|
inactive_opacity=0.75
|
||||||
fullscreen_opacity=1.0
|
fullscreen_opacity=1.0
|
||||||
blur=true
|
blur=true
|
||||||
blur_new_optimizations=true
|
blur_new_optimizations=true
|
||||||
blur_size=2# minimum 1
|
blur_size=10 # minimum 1
|
||||||
blur_passes=5 # minimum 1, more passes = more resource intensive.
|
blur_passes=3 # minimum 1, more passes = more resource intensive.
|
||||||
|
blur_ignore_opacity=false
|
||||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
||||||
# if you want heavy blur, you need to up the blur_passes.
|
# if you want heavy blur, you need to up the blur_passes.
|
||||||
# the more passes, the more you can up the blur_size without noticing artifacts.
|
# the more passes, the more you can up the blur_size without noticing artifacts.
|
||||||
drop_shadow=true
|
drop_shadow=true
|
||||||
shadow_range=20
|
shadow_range=15
|
||||||
shadow_offset=10 10
|
shadow_offset=5 5
|
||||||
shadow_scale=1.0
|
shadow_scale=0.99
|
||||||
shadow_render_power=2
|
shadow_render_power=1
|
||||||
col.shadow = rgba(00000066)
|
col.shadow = rgba(000000cc)
|
||||||
dim_inactive=true
|
dim_inactive=true
|
||||||
dim_strength=0.2
|
dim_strength=0.2
|
||||||
}
|
}
|
||||||
|
|
9
hypr/scripts/dynamic-float.sh
Executable file
9
hypr/scripts/dynamic-float.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
function handle {
|
||||||
|
if [[ ${1:0:12} == "activewindow" ]]; then
|
||||||
|
echo ${1:0}
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
socat - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do handle $line; done
|
|
@ -73,11 +73,11 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "dbus-run-session startplasma-wayland";
|
command = "hyprland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session startplasma-wayland' -s /etc/greetd/environments";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'hyprland' -s /etc/greetd/environments";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
plasma_session = {
|
plasma_session = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ with lib;
|
||||||
{
|
{
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages
|
package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages
|
||||||
(epkgs: with epkgs; [
|
(epkgs: with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
magit
|
magit
|
||||||
|
@ -23,8 +23,8 @@ with lib;
|
||||||
which-key
|
which-key
|
||||||
exec-path-from-shell
|
exec-path-from-shell
|
||||||
no-littering
|
no-littering
|
||||||
tree-sitter
|
# tree-sitter
|
||||||
tree-sitter-langs
|
# tree-sitter-langs
|
||||||
rustic
|
rustic
|
||||||
evil
|
evil
|
||||||
evil-collection
|
evil-collection
|
||||||
|
|
|
@ -13,6 +13,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rofi -no-lazy-grab -modi combi -show combi -combi-modi "drun,run" -theme launchers-git/"$style".rasi
|
rofi -no-lazy-grab -modi combi -show combi -combi-modi "drun,run" -theme launchers-git/"$style".rasi
|
||||||
|
# wofi --show drun,run
|
||||||
|
|
||||||
|
|
||||||
# $@ &
|
# $@ &
|
||||||
|
|
|
@ -27,7 +27,7 @@ if [ $(pgrep -c emacsclient) -gt 0 ]; then
|
||||||
emacswin=$(echo $emacsrg | sed 's/.*\: //')
|
emacswin=$(echo $emacsrg | sed 's/.*\: //')
|
||||||
echo $emacswin
|
echo $emacswin
|
||||||
|
|
||||||
exec wlrctl toplevel focus title:"$emacswin"
|
exec wlrctl toplevel focus app_id:emacs
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./modules/hyprland.nix
|
# ./modules/hyprland.nix
|
||||||
];
|
];
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
|
|
Loading…
Reference in a new issue