avatar
Articles
495
Tags
204
Categories
31
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!GNOME Shell を拡張してみた7 Back to Home
Search
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

GNOME Shell を拡張してみた7

Created2011-06-04|Updated2020-08-03|linux
  • https://bugzilla.gnome.org/show_bug.cgi?id=643662

  • https://bugzilla.gnome.org/attachment.cgi?id=186893

GNOME Shell の上部パネルをauto hide にしてみた。
将来的には設定を切り替えられるようになるのかな。

dock 拡張もauto hide にしたいなぁ。

gnome
Previous
Puzzle Moppet で遊んでみた
http://garnetgames.com/puzzlemoppet/Puzzle Moppet のフリー版で遊んでみた。以前遊んだIrrlicht で作られたゲームが商用化されたみたい。商用版は14.95 US$ とのこと。
Next
GNOME Shell を拡張してみた6
http://www.webupd8.org/2011/06/another-gnome-shell-weather-extension.html http://www.fpmurphy.com/gnome-shell-extensions/ 別のお天気拡張に変更してみた。 こちらの拡張では、 現在の天気が正しく動作する 5日分の天気予報が表示される 現在地の指定が簡単(‘tokyo’ のように) http://www.worldweatheronline.com の利用キーが必要(無料で登録はとても簡単) 今後修正されると思うけれど、バージョン1.1 では、 現在の気温の単位(摂氏/華氏)が設定と逆になってしまう単純なバグがある(以下のように修正してみた) let currTemperature = new St.Label({ text: (MUNITS > 0 ? curr[0].temp_C + 'C' : curr[0].temp_F + 'F') }); 動作や...
Related Articles
cover
2021-04-24
Fedora 34 Beta
https://getfedora.org/ja/workstation/download/ 環境設定 Dash to Panel (GNOME Shell 拡張)https://extensions.gnome.org/extension/1160/dash-to-panel/https://github.com/philippun1/dash-to-panel システムメニュー + Tweaks & Extensions in System Menu (GNOME Shell 拡張)https://extensions.gnome.org/extension/1653/tweaks-in-system-menu/ 時刻 Argos (GNOME Shell 拡張)https://extensions.gnome.org/extension/1176/argos/https://github.com/rammie/argos/tree/gnome-3.36 ArcMenu (GNOME Shell 拡張) + 日本語化https://extensions.g...
2014-09-23
Fedora 21 wayland
http://tuxdiary.com/2014/09/01/try-wayland-with-gnome/http://fedoraproject.org/wiki/Workstation Fedora 21 Alpha RC1 で、GNOME 3.14 (3.13.91) をwayland で動かしてみました。 ライブISO イメージでFedora 21 を起動 [Ctrl]+[Alt]+[F2] でコンソール起動 liveuser でログインして、以下のコマンドを実行 $ sudo systemctl stop gdm$ sudo dnf install gnome-session-wayland-session$ gnome-session --session=gnome-wayland GDM 終了時に画面が乱れたら、再度[Ctrl]+[Alt]+[F2]を押下する。
2012-08-21
GNOME Shell Focus Effect Extension
https://github.com/paradoxxxzero/gnome-shell-focus-effects-extension http://www.upubuntu.com/2012/08/how-to-install-gnome-shell-focus-effect.html GNOME Shell のFocus Effect 拡張を使ってみた。フォーカスの切り替えでウィンドウがアニメーションする。なんか楽しい。非アクティブなウィンドウは少し傾いて、サイズが小さく、色はグレーになる。スクリプトはとても小さいので、何かに応用できるかもしれない。副作用としては、非アクティブなウィンドウの選択に少しコツがいるようだ。また、何回か切り替えを繰り返した時に、ウィンドウが画面外に移動してしまう。その時は、[Alt]-[Space]で「移動」を選択して、ウィンドウを元の位置に動かすと回復できる。
2021-03-28
Ubuntu 21.04 Hirsute
https://launchpad.net/~shemgp/+archive/ubuntu/gnome-40Ubuntu 21.04 にGNOME 40 のPPA を設定してみました。 2021-04-07 追記 GNOME 40.0 でDash to Dock 拡張を導入してみました。https://github.com/ewlsh/dash-to-dock/tree/ewlsh/gnome-40https://github.com/micheleg/dash-to-dock/pull/1402 GNOME 40.0 でDash to Panel 拡張を導入してみました。https://github.com/philippun1/dash-to-panel/tree/update-to-gnome40https://github.com/home-sweet-gnome/dash-to-panel/pull/1303 2021-04-08 追記 Auto Hide Top Panel 拡張をGNOME 40 に対応させてみました。http://www.webupd8.or...
cover
2025-05-28
archiso-gnome
archisoでGNOMEデスクトップ環境のライブISOイメージを作成してみました。Fluentテーマを利用していてすっきりした見た目になっています。 環境 Arch Linux archiso 83-1 構築一旦、カスタマイズ前の状態でISOを作成してみます。 archisoをインストール sudo pacman -S archiso プロジェクトディレクトリを作成 cp -r /usr/share/archiso/configs/releng/ archiso-gnomecd archiso-gnome ISOをビルド sudo rm -rf worktime sudo mkarchiso -v -o ./ ./ N100 CPUで7分30秒で生成し、サイズは1.2GB VirtualBox等で生成されたISOが起動するか確認する カスタマイズカスタマイズ方針 ブートローダはGRUB デスクトップ環境はGNOME GNOME Shell拡張機能を有効化 テーマはFluent できるだけパッケージを利用する(後でアップデートできるように...
2014-09-06
Customizing Applications Menu Extension
GNOME Shell の拡張機能Applications Menu のボタンを文字列からアイコンに変更してみました。 /usr/share/gnome-shell/extensios/extension.js[282-285]this._label = new St.Label({ //text: _("Applications"), style_class: 'apps-menu-button', y_expand: true, y_align: Clutter.ActorAlign.CENTER }); /usr/share/gnome-shell/extensios/stylesheet.css[9-12].apps-menu-button { background: url('/usr/share/icons/Ad...

Comments
avatar
ktkr3d
Memorandum
Articles
495
Tags
204
Categories
31
Follow Me
Recent Posts
Hyprland 0.55.32026-06-10
Systemd User Task Manager2026-05-11
Morse code practice machine2026-04-26
WowUp app Japanese localization2026-04-26
Headless Hyprland2026-01-21
© 2010 - 2026 By ktkr3dFramework Hexo 8.1.1|Theme Butterfly 5.5.3
Search
Loading Database