eww fixes
This commit is contained in:
parent
f16d853671
commit
80adc2c887
@ -247,7 +247,7 @@ in {
|
||||
}
|
||||
|
||||
.bt_bluetooth {
|
||||
color: #${config.lib.stylix.colors.base02};
|
||||
color: #${config.lib.stylix.colors.base04};
|
||||
font-size: 22px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@ -40,9 +40,9 @@
|
||||
|
||||
;; Bluetooth vars
|
||||
;; Headphones
|
||||
(defpoll BLUETOOTH_HEADPHONES_STATUS :interval "5s" `bluetooth-status EF:DD:5D:31:76:F0`)
|
||||
(defpoll BLUETOOTH_HEADPHONES_STATUS :interval "1s" `bluetooth-status EF:DD:5D:31:76:F0`)
|
||||
(defpoll BLUETOOTH_HEADPHONES_BATTERY :interval "5s" `bluetooth-battery EF:DD:5D:31:76:F0`)
|
||||
(defpoll BLUETOOTH_MOUSE_STATUS :interval "5s" `bluetooth-status D9:2E:B4:70:BF:D6`)
|
||||
(defpoll BLUETOOTH_MOUSE_STATUS :interval "1s" `bluetooth-status D9:2E:B4:70:BF:D6`)
|
||||
(defpoll BLUETOOTH_MOUSE_BATTERY :interval "5s" `bluetooth-battery D9:2E:B4:70:BF:D6`)
|
||||
|
||||
|
||||
@ -186,7 +186,7 @@
|
||||
|
||||
;; bluetooth
|
||||
(defwindow bluetooth :stacking "fg" :focusable "false" :monitor 0
|
||||
:geometry (geometry :x 880 :y 150 :width 220 :height 325)
|
||||
:geometry (geometry :x 880 :y 150 :width 245 :height 325)
|
||||
(bluetooth))
|
||||
|
||||
;; folders
|
||||
|
||||
@ -25,12 +25,11 @@
|
||||
xdg.da.browser =
|
||||
if userSettings.browser == "qutebrowser"
|
||||
then "org.qutebrowser.qutebrowser"
|
||||
else
|
||||
(
|
||||
if userSettings.browser == "librewolf"
|
||||
else if userSettings.browser == "librewolf"
|
||||
then "librewolf"
|
||||
else "firefox"
|
||||
);
|
||||
else if userSettings.browser == "zen"
|
||||
then "zen"
|
||||
else "firefox";
|
||||
|
||||
xdg.mime = {
|
||||
enable = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user