changes to ziggy
This commit is contained in:
@@ -23,12 +23,20 @@
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"format": "<span foreground='#928374'></span> {:%a, %d %b <span foreground='#928374'></span> %H:%M}",
|
||||
"on-click": "calcurse-toggle.sh",
|
||||
"on-click-right": "calsync.sh",
|
||||
"interval": 60,
|
||||
"format": "{:%H:%M}",
|
||||
// "on-click": "calcurse-toggle.sh",
|
||||
// "on-click-right": "calsync.sh",
|
||||
"rotate": 0,
|
||||
"tooltip": false
|
||||
},
|
||||
// "date": {
|
||||
// "format": "<span foreground='#928374'></span> {%a, %d %b}",
|
||||
// "on-click": "calcurse-toggle.sh",
|
||||
// "on-click-right": "calsync.sh",
|
||||
// "rotate": 0,
|
||||
// "tooltip": false
|
||||
// },
|
||||
"cpu": {
|
||||
"format": "<span foreground='#928374'></span> {usage}%",
|
||||
"states": {
|
||||
@@ -139,6 +147,7 @@
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"battery",
|
||||
"date",
|
||||
"clock",
|
||||
"custom/dunst"
|
||||
],
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
all: unset;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family:
|
||||
Input Mono Narrow Light,
|
||||
"Font Awesome 6 Free Solid";
|
||||
font-family: "Input Mono Narrow Light", "Font Awesome 6 Free Solid";
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
}
|
||||
@@ -89,11 +87,16 @@ window#waybar {
|
||||
#memory,
|
||||
#backlight,
|
||||
#battery,
|
||||
#date,
|
||||
#clock {
|
||||
padding: 0 3px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-family: "DepartureMono Nerd Font";
|
||||
}
|
||||
|
||||
#custom-dnd,
|
||||
#custom-recording,
|
||||
#language {
|
||||
|
||||
@@ -22,7 +22,7 @@ in {
|
||||
{
|
||||
programs.hyprland.settings = {
|
||||
# Common Keybind Variables
|
||||
"$fileManager" = "thunar";
|
||||
"$fileManager" = "nautilus";
|
||||
"$yazi" = "foot -e yazi";
|
||||
"$launcher" = "fuzzel";
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@ in {
|
||||
networkmanagerapplet
|
||||
inotify-tools
|
||||
wf-recorder
|
||||
nautilus
|
||||
])
|
||||
|
||||
(mkIf cfg.desktop.enable [
|
||||
|
||||
@@ -31,8 +31,9 @@ in {
|
||||
recursive
|
||||
input-fonts
|
||||
source-code-pro
|
||||
nerd-fonts.jetbrains-mono
|
||||
ibm-plex
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.departure-mono
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.iosevka
|
||||
|
||||
Reference in New Issue
Block a user