「Nwg-shell」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(翻訳)
14行目: 14行目:
   
 
{{ic|nwg-shell-installer}} スクリプト([[#Configuration|設定章]]を参照)は、キー設定を適切に行うために、実行前に [[List_of_applications/Internet#Web_browsers|ウェブブラウザ]]、[[List_of_applications/Utilities#File_managers|ファイルマネージャ]]、および [[List_of_applications/Documents#Text_editors|テキストエディタ]] がインストールされていることを期待しています。推奨されるものは {{pkg|firefox}}、{{pkg|thunar}}、および {{pkg|mousepad}} ですが、他のものでも構いません。
 
{{ic|nwg-shell-installer}} スクリプト([[#Configuration|設定章]]を参照)は、キー設定を適切に行うために、実行前に [[List_of_applications/Internet#Web_browsers|ウェブブラウザ]]、[[List_of_applications/Utilities#File_managers|ファイルマネージャ]]、および [[List_of_applications/Documents#Text_editors|テキストエディタ]] がインストールされていることを期待しています。推奨されるものは {{pkg|firefox}}、{{pkg|thunar}}、および {{pkg|mousepad}} ですが、他のものでも構いません。
== Configuration ==
+
== 設定 ==
   
  +
{{pkg|nwg-shell}} パッケージには、すべての {{ic|nwg-shell}} コンポーネントのデフォルト設定や、{{ic|Sway/Hyprland}} 用のカスタム設定を対話的に生成するための {{ic|nwg-shell-installer}} スクリプトが含まれています。使用方法は以下の通りです:
The {{pkg|nwg-shell}} package provides the {{ic|nwg-shell-installer}} script which can be run to interactively generate a default configuration for every {{ic|nwg-shell}} components as well as a custom configuration for {{ic|Sway/Hyprland}} like so:
 
   
{{ic|nwg-shell-installer -w}} (for Sway)
+
{{ic|nwg-shell-installer -w}} (Sway)
   
{{ic|nwg-shell-installer -w -hypr}} (for Hyprland)
+
{{ic|nwg-shell-installer -w -hypr}} (Hyprland)
   
{{Note|The {{ic|nwg-shell-installer}} script expects a [[List_of_applications/Internet#Web_browsers|web browser]], a [[List_of_applications/Utilities#File_managers|file manager]] and a [[List_of_applications/Documents#Text_editors|text editor]] to be installed '''before''' being run in order to setup keybindings properly. The suggested ones are {{pkg|firefox}}, {{pkg|thunar}} and {{pkg|mousepad}} but other ones can be installed instead.}}
+
{{Note|{{ic|nwg-shell-installer}} スクリプトは、キー設定を適切に行うために、実行前に [[List_of_applications/Internet#Web_browsers|ウェブブラウザ]][[List_of_applications/Utilities#File_managers|ファイルマネージャ]]、および [[List_of_applications/Documents#Text_editors|テキストエディタ]] がインストールされていることを前提としています。推奨されるものは {{pkg|firefox}}{{pkg|thunar}}、および {{pkg|mousepad}} ですが、他のものでも構いません。}}
   
{{Warning|The {{ic|nwg-shell-installer}} script is made to be run on fresh installations as it will restore/overwrite configurations and style sheets of each {{ic|nwg-shell}} components as well as overwrite the {{ic|Sway}} (or {{ic|Hyprland}}) main configuration (a backup of the main {{ic|Sway/Hyprland}} configuration file is created by the script beforehand).}}
+
{{Warning|{{ic|nwg-shell-installer}} スクリプトは新規インストール環境で実行されることを想定しており、実行すると各 {{ic|nwg-shell}} コンポーネントの設定やスタイルシートが復元/上書きされ、{{ic|Sway}}(または {{ic|Hyprland}})のメイン設定も上書きされます(スクリプトによって事前にメインの {{ic|Sway/Hyprland}} 設定ファイルのバックアップが作成されます)。}}
   
  +
また、各 {{ic|nwg-shell}} コンポーネントの設定やスタイルシートは、グラフィカルに、または {{ic|~/.config/''component_name''}} 以下の関連ファイルを編集することで、手動で変更することもできます。
Alternatively, one can modify each {{ic|nwg-shell}}components' configurations and style sheets graphically or by modifying the related files under {{ic|~/.config/''component_name''}}.
 
   
Finally, one can [[enable]] the {{ic|greetd.service}} (so [[greetd]] will be started at boot) and [[Greetd#nwg-hello|set up the {{ic|nwg-hello}} greeter]].
+
最後に、{{ic|greetd.service}} を[[有効化]]して、ブート時に [[greetd]] が起動するようにし、[[Greetd#nwg-hello|{{ic|nwg-hello}} グリ​​ーターを設定]]することができます。
   
 
== Shell components ==
 
== Shell components ==

2024年8月25日 (日) 20:18時点における版

nwg-shell プロジェクト [1] は、Sway Wayland コンポジタのための一貫した GTK ベースのユーザーインターフェースを作成することを目的としています。

バージョン 0.5.0 以降 [2]Hyprland もサポートされています。

ノート: Hyprland のサポートは、シェルへの追加機能であり、単独での機能ではありません。

インストール

nwg-shell のコンポーネントは、nwg-shell (メタパッケージ)を使用してインストールできます。

ノート: Hyprland のサポートには、いくつかの追加パッケージが必要です。nwg-shell パッケージのオプション依存関係のリストを確認してください。
ノート: nwg-shell のほとんどのコンポーネントは、単独でもインストールして使用できます。コンポーネントの完全なリストについては、シェルコンポーネント章を参照してください。

nwg-shell-installer スクリプト(設定章を参照)は、キー設定を適切に行うために、実行前に ウェブブラウザファイルマネージャ、および テキストエディタ がインストールされていることを期待しています。推奨されるものは firefoxthunar、および mousepad ですが、他のものでも構いません。

設定

nwg-shell パッケージには、すべての nwg-shell コンポーネントのデフォルト設定や、Sway/Hyprland 用のカスタム設定を対話的に生成するための nwg-shell-installer スクリプトが含まれています。使用方法は以下の通りです:

nwg-shell-installer -w (Sway 用)

nwg-shell-installer -w -hypr (Hyprland 用)

ノート: nwg-shell-installer スクリプトは、キー設定を適切に行うために、実行前に ウェブブラウザファイルマネージャ、および テキストエディタ がインストールされていることを前提としています。推奨されるものは firefoxthunar、および mousepad ですが、他のものでも構いません。
警告: nwg-shell-installer スクリプトは新規インストール環境で実行されることを想定しており、実行すると各 nwg-shell コンポーネントの設定やスタイルシートが復元/上書きされ、Sway(または Hyprland)のメイン設定も上書きされます(スクリプトによって事前にメインの Sway/Hyprland 設定ファイルのバックアップが作成されます)。

また、各 nwg-shell コンポーネントの設定やスタイルシートは、グラフィカルに、または ~/.config/component_name 以下の関連ファイルを編集することで、手動で変更することもできます。

最後に、greetd.service有効化して、ブート時に greetd が起動するようにし、nwg-hello グリ​​ーターを設定することができます。

Shell components

The nwg-shell package provides the following nwg-shell components:

ノート: Most of these components can be installed and used standalone.
  • azote — Wallpaper manager for wlroots-based compositors and some other WMs.
https://github.com/nwg-piotr/azote || azote
  • gopsuinfo — A gopsutil-based command to display system usage info as text in panels like Waybar or icon/text in tint2 and nwg-panel executors.
https://github.com/nwg-piotr/gopsuinfo || gopsuinfo
  • nwg-bar — GTK3-based button bar for wlroots-based compositors.
https://github.com/nwg-piotr/nwg-bar || nwg-bar
  • nwg-clipman — a GTK3-based GUI for cliphist.
https://github.com/nwg-piotr/nwg-clipman || nwg-clipman
  • nwg-displays — Output management utility for sway and Hyprland.
https://github.com/nwg-piotr/nwg-displays || nwg-displays
  • nwg-dock — GTK3-based dock for Sway.
https://github.com/nwg-piotr/nwg-dock || nwg-dock
  • nwg-dock-hyprland — GTK3-based dock for Hyprland.
https://github.com/nwg-piotr/nwg-dock-hyprland || nwg-dock-hyprland
  • nwg-drawer — Application drawer for wlroots-based Wayland compositors.
https://github.com/nwg-piotr/nwg-drawer || nwg-drawer
  • nwg-hello — GTK3-based greeter for greetd written in python.
https://github.com/nwg-piotr/nwg-hello || nwg-hello
  • nwg-icon-picker — GTK icon chooser with a text search option.
https://github.com/nwg-piotr/nwg-icon-picker || nwg-icon-picker
  • nwg-look — GTK3 settings editor adapted to work in the wlroots environment.
https://github.com/nwg-piotr/nwg-look || nwg-look
  • nwg-menu — MenuStart plugin to nwg-panel, also capable of working standalone.
https://github.com/nwg-piotr/nwg-menu || nwg-menu
  • nwg-panel — GTK3-based panel for sway and Hyprland Wayland compositors.
https://github.com/nwg-piotr/nwg-panel || nwg-panel
  • nwg-readme-browser — WebKitGTK-based README file browser.
https://github.com/nwg-piotr/nwg-readme-browser || nwg-readme-browser
  • nwg-shell — Installer & meta-package for the nwg-shell project: a GTK3-based shell for Sway and Hyprland Wayland compositors.
https://github.com/nwg-piotr/nwg-shell || nwg-shell
  • nwg-shell-config — nwg-shell configuration utility.
https://github.com/nwg-piotr/nwg-shell-config || nwg-shell-config
  • nwg-shell-wallpapers — Selection of wallpapers contributed to the nwg-shell project.
https://github.com/nwg-piotr/nwg-shell-wallpapers || nwg-shell-wallpapers