2024-04-04 14:11:11 +02:00
|
|
|
|
{ config, lib, pkgs, ... }:
|
2023-07-05 06:36:38 +02:00
|
|
|
|
|
2024-04-03 00:01:13 +02:00
|
|
|
|
let
|
|
|
|
|
inherit (lib) singleton;
|
|
|
|
|
in
|
2023-07-04 13:25:08 +02:00
|
|
|
|
{
|
2024-04-04 14:11:11 +02:00
|
|
|
|
home.packages = with pkgs; [ ironbar ];
|
|
|
|
|
|
2024-04-02 20:46:28 +02:00
|
|
|
|
xdg.configFile."ironbar/config.json".text = builtins.toJSON {
|
|
|
|
|
name = "main";
|
|
|
|
|
icon_theme = "Fluent-dark";
|
|
|
|
|
position = "bottom";
|
|
|
|
|
anchor_to_edges = true;
|
2023-07-04 13:25:08 +02:00
|
|
|
|
|
2024-04-02 20:46:28 +02:00
|
|
|
|
start = [
|
|
|
|
|
{
|
|
|
|
|
name = "startMenu";
|
|
|
|
|
type = "label";
|
|
|
|
|
label = "❄";
|
|
|
|
|
on_mouse_enter = "rofi -show drun";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
type = "script";
|
|
|
|
|
on_click_left = "notify-send -t 2000 \"Mullvad\" \"Changing location...\" && mullvad relay set location any && mullvad relay set location us";
|
|
|
|
|
cmd = "mullvad status | choose 4.. | sed -e 's/Chicago.*/シカゴ/g' -e 's/Atlanta.*/アトランタ/g' -e 's/Miami.*/マイアミ/g' -e 's/Ashburn.*/アッシュバーン/g' -e 's/Boston.*/ボストン/g' -e 's/Charlotte.*/シャーロット/g' -e 's/Cleveland.*/クリーブランド/g' -e 's/Dallas.*/ダラス/g' -e 's/Detroit.*/デトロイト/g' -e 's/Denver.*/デンバー/g' -e 's/Honolulu.*/ホノルル/g' -e 's/Houston.*/ヒューストン/g' -e 's/Jackson.*/ジャクソン/g' -e 's/Los Angeles.*/ロサンゼルス/g' -e 's/Louisville.*/ルイビル/g' -e 's/Milwaukee.*/ミルウォーキー/g' -e 's/Minneapolis.*/ミネアポリス/g' -e 's/New York.*/ニューヨーク/g' -e 's/Oklahoma.*/オクラホマシティ/g' -e 's/Philadelphia.*/フィラデルフィア/g' -e 's/Phoenix.*/フィニックス/g' -e 's/Piscataway.*/ピスカタウェイ/g' -e 's/Portland.*/ポートランド/g' -e 's/Raleigh.*/ローリー/g' -e 's/Richmond.*/リッチモンド/g' -e 's/Salt Lake.*/ソルトレイクシティ/g' -e 's/San Francisco.*/サンフランシスコ/g' -e 's/San Jose.*/サンノゼ/g' -e 's/Seattle.*/シアトル/g' -e 's/Secaucus.*/セコーカス/g' -e 's/Sioux Falls.*/スーフォールズ/g' -e 's/St. Louis.*/セントルイス/g' -e 's/Stamford.*/スタンフォード/g' -e 's/Washington.*/ワシントン/g'";
|
|
|
|
|
mode = "poll";
|
|
|
|
|
interval = 2500;
|
|
|
|
|
}
|
|
|
|
|
];
|
2023-07-04 19:31:19 +02:00
|
|
|
|
|
2024-04-03 00:01:13 +02:00
|
|
|
|
center = singleton {
|
|
|
|
|
type = "launcher";
|
|
|
|
|
icon_size = 39;
|
|
|
|
|
favorites = [
|
|
|
|
|
"librewolf"
|
|
|
|
|
"kitty"
|
|
|
|
|
"thunar"
|
|
|
|
|
"org.qutebrowser.qutebrowser"
|
|
|
|
|
"anki"
|
|
|
|
|
"Element"
|
|
|
|
|
];
|
|
|
|
|
};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
|
2024-04-02 20:46:28 +02:00
|
|
|
|
end = [
|
|
|
|
|
{
|
|
|
|
|
type = "tray";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
type = "script";
|
|
|
|
|
cmd = "fish -c 'echo \"音量:$(math \"$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | choose 1) * 100\")%\"'";
|
|
|
|
|
mode = "poll";
|
|
|
|
|
interval = 2500;
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
type = "clock";
|
|
|
|
|
format = "%x(%a)%R";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
name = "overview";
|
|
|
|
|
type = "label";
|
|
|
|
|
label = "アプリ";
|
|
|
|
|
on_mouse_enter = "hyprctl dispatch hycov:toggleoverview";
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
|
2023-07-05 06:36:38 +02:00
|
|
|
|
xdg.configFile."ironbar/style.css".text = with config.lib.stylix.colors; /* css */ ''
|
2023-07-04 13:25:08 +02:00
|
|
|
|
* {
|
|
|
|
|
font-family: "Noto Sans CJK JP", "Font Awesome 6 Free Solid";
|
|
|
|
|
font-size: 16px;
|
2023-07-16 01:00:56 +02:00
|
|
|
|
text-shadow: 2px 2px #${base00};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
outline: none;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: none;
|
2023-07-05 15:20:32 +02:00
|
|
|
|
color: #${base05};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.background {
|
2023-12-08 01:12:08 +01:00
|
|
|
|
background: alpha(#${base00}, 0.925);
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button:hover {
|
2023-07-05 15:20:32 +02:00
|
|
|
|
background: #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bar {
|
2023-07-05 15:20:32 +02:00
|
|
|
|
border-top: 1px solid #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-31 00:09:09 +01:00
|
|
|
|
.label, .script, .tray {
|
|
|
|
|
padding-left: 0.5em;
|
|
|
|
|
padding-right: 0.5em;
|
2023-07-21 20:10:10 +02:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-04 13:25:08 +02:00
|
|
|
|
.popup {
|
2023-07-05 15:20:32 +02:00
|
|
|
|
border: 1px solid #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-clock .calendar-clock {
|
|
|
|
|
font-family: "Maple Mono";
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
padding-bottom: 0.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-clock .calendar .header {
|
|
|
|
|
padding-top: 1em;
|
2023-07-05 15:20:32 +02:00
|
|
|
|
border-top: 1px solid #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-18 04:07:10 +02:00
|
|
|
|
.popup-clock .calendar {
|
|
|
|
|
padding: 0.2em 0.4em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-18 04:08:10 +02:00
|
|
|
|
.popup-clock .calendar:selected {
|
|
|
|
|
color: #${base09};
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-04 13:25:08 +02:00
|
|
|
|
.launcher .item {
|
2023-07-04 18:04:41 +02:00
|
|
|
|
padding-left: 1em;
|
|
|
|
|
padding-right: 1em;
|
2023-07-04 13:25:08 +02:00
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-21 20:11:19 +02:00
|
|
|
|
button:active {
|
2023-07-21 20:12:50 +02:00
|
|
|
|
background: #${base04};
|
2023-07-11 13:55:37 +02:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-04 13:25:08 +02:00
|
|
|
|
.launcher .open {
|
2023-07-27 00:45:27 +02:00
|
|
|
|
box-shadow: inset 0 -2px #${base04};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.launcher .focused {
|
2023-07-05 15:20:32 +02:00
|
|
|
|
box-shadow: inset 0 -2px #${base09};
|
2023-07-16 00:13:13 +02:00
|
|
|
|
background: #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-launcher {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-launcher .popup-item:not(:first-child) {
|
2023-07-05 15:20:32 +02:00
|
|
|
|
border-top: 1px solid #${base01};
|
2023-07-04 13:25:08 +02:00
|
|
|
|
}
|
2024-01-31 13:16:19 +01:00
|
|
|
|
|
|
|
|
|
#startMenu {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
padding-right: 0.5em;
|
|
|
|
|
}
|
2024-03-30 17:28:55 +01:00
|
|
|
|
|
|
|
|
|
#overview {
|
|
|
|
|
padding-left: 0.5em;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
2023-07-04 13:25:08 +02:00
|
|
|
|
'';
|
|
|
|
|
}
|